This is a simple stopwatch app built using React that includes lap functionality.
- Start the stopwatch
- Stop the stopwatch
- Reset the stopwatch
- Record lap times
- Clone the repository:
git clone https://github.com/smalik21/stop-watch.git
- Install dependencies:
npm install
- Run the app:
npm start