This repository contains practice projects for learning and experimenting with React and Vite. Below is a brief description of each project included in this repository:
-
bg-changer
A React app that allows users to change the background color dynamically. -
currency-converter
A simple currency converter app built with React to calculate currency exchange rates. -
first-app
The first React app created as part of learning React basics, showcasing fundamental concepts. -
my-app
A general-purpose React app for experimenting with various React features and components. -
password-generator
A React app that generates random secure passwords based on user-defined criteria. -
review-cards
A React project displaying user reviews in a card format with navigation functionality. -
todo-list
A classic to-do list app built with React to manage tasks with add, delete, and mark-as-done features.
This repository serves as a collection of small projects to practice and enhance React development skills.
Feel free to explore each project to understand its implementation and functionality.