This application is a timer for a Pomodoro technique. if you don't know what it is, you can check it here.
I made this app having used React, TypeScript and React Hooks.
- tasks
- integration with MongoDB to store data and user statistics
- maybe, some beatiful data visualisaton like Chart.js
Clone the project, then enter the project directory and type npm i
to install dependencies.
Then run npm start
to start the project.