This repository contains my React learning and practice work.
I am building small components and mini examples to understand core React concepts.
- Functional components
- Props and component communication
- State management using useState
- Event handling in React
- Conditional rendering
- Reusable components
- CSS styling (normal CSS + module CSS)
The repository mainly contains:
- Multiple practice components
- Styling files
- Small UI experiments
This repository is part of my frontend learning journey where I practice concepts before building full-scale projects.
- React JS
- JavaScript (ES6+)
- CSS
This is a learning repository, so components may be simple and focused on understanding concepts rather than full applications.