The computer department of KJ Somaiya Institute of Engineering and Information Technology organized a Crash Course on "React" from 16th April to 30th April via Online Mode (Google Meet). The crash course aimed at training students and building a foundation of making React Apps. The resource person for the same was Paras Kori, SE Computer Department.
The repository contains all the code that was taught during the sessions. The flow and code snippets of the session are in this Repo
Steps:
- Intall Node
- Clone the repo
- Run
npm start
The code comprises of different components written to explain important comcepts of React [viz. useState, useEffect, useContext, Conditional Rendering, etc]
You can learn more in the Create React App documentation
To learn React, check out the React documentation