Welcome to the React Bootcamp - 21 Days repository!
This project is a collection of daily challenges, exercises, and mini-projects designed to help you master React.js in just three weeks.
This repository is part of a 21-day self-paced React.js bootcamp.
Each day focuses on different concepts, gradually increasing in complexity.
Whether you're a beginner or looking to sharpen your React skills, this bootcamp will guide you through hands-on examples and real-world projects.
- 21 days of structured React learning content
- Covers fundamentals to advanced concepts
- Daily projects and challenges
- Real-world application building
- Emphasizes best practices and clean code
To get a local copy of this project up and running, follow these steps below.
react-bootcamp-21days/
├── day-1/
├── day-2/
├── day-3/
...
├── day-21/
└── README.md
Each day-{n}
folder contains focused exercises for that day's learning objectives.
Make sure you have the following installed:
- Clone the repository:
git clone https://github.com/Akrishna4/react-bootcamp-21days.git
- Navigate to the project directory:
cd react-bootcamp-21days
- Install dependencies:
npm install
# or
yarn install
Contributions are welcome! If you have suggestions for improvements or want to add more exercises, feel free to open an issue or submit a pull request.
Happy Coding! 🚀