Check out the online version: https://work-timer-react.netlify.app/?demo=true (used demo data)
- Create your own account.
- Track your time spent at work.
- View which parts of the day were occupied by work.
- View the total time spent at work for the current or any specified month (in a table).
- Track the time you spent on tasks or bugs. Add, edit, remove tasks.
- Create daily and monthly task reports.
- Enjoy different background images that change every once in a while.
- The project is using the Feature-Sliced Design approach.
- Built with React and Redux-toolkit.
- Makes REST calls to the backend API deployed from this repo https://github.com/cont-kolomeets/work-timer-backend.
In the project directory, you can run:
npm start
npm test
npm run build