Skip to content

A repository of interactive React projects built using React and Vite, designed to demonstrate key functionalities and enhance learning through practical examples.

Notifications You must be signed in to change notification settings

HariPasapuleti/React-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Projects Repository

This repository contains multiple React projects built to demonstrate various functionalities and concepts. Each project is implemented using React and Vite for optimal performance and a smooth development experience.

Projects Included

1. Digital Clock Project

A live digital clock application that dynamically displays the current time.

Features

  • Displays current time in the format HH:MM:SS AM/PM.
  • Updates dynamically every second.

Live Demo

Check out the live demo here: Digital Clock App


2. Stopwatch Project

A simple stopwatch application with precise timing functionality.

Features

  • Start the stopwatch to begin timing.
  • Stop the stopwatch to pause the timing.
  • Reset the stopwatch to clear the elapsed time.
  • Displays time in the format MM:SS:MS (minutes, seconds, milliseconds).

Live Demo

Check out the live demo here: Stopwatch App


3. To-Do List Project

A dynamic to-do list application to manage daily tasks.

Features

  • Add new tasks to the list.
  • Delete tasks from the list.
  • Reorder tasks using "Up" and "Down" buttons.
  • User-friendly and interactive UI.

Live Demo

Check out the live demo here: To-Do List App


4. Counter Project

A simple counter application using the useReducer hook to manage state.

Features

  • Increment the counter by the selected step value.
  • Decrement the counter by the selected step value.
  • Reset the counter to zero.
  • Set a custom step value for increment and decrement actions.

Live Demo

Check out the live demo here: Counter App


About

A repository of interactive React projects built using React and Vite, designed to demonstrate key functionalities and enhance learning through practical examples.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published