This project is a simple stopwatch application based on React. After clicking the Stop button after the Start button, data can be added and deleted to the storage one after the other.
- React, Tailwind, Bootstrap libraries are used
$ npx create-react-app my-app
$ npm install -D tailwindcss
$ npx tailwindcss init
$npm i [email protected]$ npm startTo view in the browser http://localhost:3000