This repository is part of my personal learning journey with React.
I'm exploring how to build React applications using:
- ⚡ Vite — for fast development and bundling
- 🔷 TypeScript — for type safety and better developer experience
- ✅ ESLint — to maintain clean and consistent code
- Learning the basics of React components, props, state, and hooks.
- Understanding how TypeScript integrates with React for better type checking.
- Using Vite to quickly spin up and build React projects.
- Experimenting with ESLint configurations to improve code quality.
- Setting up a solid development environment for future React projects.
This is not a complete project or production app — it’s a learning sandbox where I can:
- Practice new concepts
- Test out configurations
- Build small experiments and exercises