This repository contains my practice code and notes as I learn React.
- I created this repo to track my progress as I learn various React concepts.
- Includes component examples, hooks practice, and mini-projects.
- Each folder covers a different React topic or feature.
- I watch tutorials, follow official docs, and build small projects.
- I experiment with code and commit my practice regularly.
- This repo is for personal learning and reference, but others can use the examples, too.
-
Clone the repo: git clone https://github.com/sahilk-dev/learning-react-course.git cd learning-react-course
-
Install dependencies: npm install
-
Start the development server: npm start
Feel free to explore and learn along!