Skip to content

smalik21/stop-watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Stopwatch App with Lap Functionality

This is a simple stopwatch app built using React that includes lap functionality.

Features

  • Start the stopwatch
  • Stop the stopwatch
  • Reset the stopwatch
  • Record lap times

Installation

  • Clone the repository: git clone https://github.com/smalik21/stop-watch.git
  • Install dependencies: npm install
  • Run the app: npm start