In this app, a user can add, delete and modify various timers.
Each timer corresponds to a different task that the user would like to keep time for.
Open your terminal/cmd and run the following commandes:
- type
git clone https://github.com/ahmnouira/time-tracking
. cd time-tracking
to enter to app folder.yarn
to install the app dependencies.yarn web
to view the app the browser.