This repository contains a series of mini projects designed to help students learn and master ReactJS. Each project focuses on different aspects of React, from basic concepts to more advanced techniques, providing a comprehensive learning experience.
Each project is contained within its own directory under the ReactJS-Tutorials/ folder. You can navigate to any project to find its specific README, which will include instructions on how to set up and run the project, as well as additional learning challenges.
ReactJS-Tutorials/p01-simple-counter/README.md- Documentation specific to the Simple Counter project.src/- Source code for the project.
p02-e_sign_appREADME.md- Documentation specific to the project.src/- Source code for the project. -etc
To get started with any project, follow these steps:
- Clone the repository:
git clone https://github.com/athrvdev/ReactJS-Tutorials.git
- Enter the directory of a project:
cd project_name
3. **Install node modules:**
```bash
npm install
4. **Running Project:**
*For create-react-app*
```bash
npm startopen : http://localhost:3000
For create vite
npm run devopen : http://localhost:5173