This repository is a hands-on React training guide for beginners. It is designed to help learners practice core React concepts step by step through small, focused exercises.
The exercises progress from component basics to more practical app features:
- Component architecture with
propsandstate - Lifecycle methods and event handling
- Routing and API integration
- Forms and validation
- State management patterns
- Unit testing for reliability
The goal is to build practical React development skills by implementing each task directly in code, not just reading theory.