This is a simple stopwatch app built in React. The app allows users to start, stop, and reset the stopwatch with Laps.
To set up the project, follow these steps:
- Download dependencies by running
npm install
. - Start the app using
npm run dev
. - Start the app at
http://localhost:5173/
.