Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.18 KB

File metadata and controls

31 lines (20 loc) · 1.18 KB

React Practice

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:

Projects

  1. bg-changer
    A React app that allows users to change the background color dynamically.

  2. currency-converter
    A simple currency converter app built with React to calculate currency exchange rates.

  3. first-app
    The first React app created as part of learning React basics, showcasing fundamental concepts.

  4. my-app
    A general-purpose React app for experimenting with various React features and components.

  5. password-generator
    A React app that generates random secure passwords based on user-defined criteria.

  6. review-cards
    A React project displaying user reviews in a card format with navigation functionality.

  7. todo-list
    A classic to-do list app built with React to manage tasks with add, delete, and mark-as-done features.

Purpose

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.