This repo contains various React projects built with Vite. Each project explores different React concepts, from state management to API handling.
- 01 Counter – A simple counter app using React state.
- 02 Background Changer – Change the background color dynamically.
- 03 Password Generator – Generate strong passwords with custom options.
- 04 Props in Children – Understanding how props work in nested components.
- 05 Currency Converter – Convert currencies using an API.
- 07 To-Do List – A simple yet functional to-do app.
- Clone the repo:
git clone https://github.com/surajkr97/Vite-React.git
- Install dependencies:
cd Vite-React npm install
- Start the development server:
npm run dev
Vite is fast and developer-friendly, making the development process smoother compared to traditional React setups.
💡 Feel free to explore, modify, and learn from these projects!