Application based on well known "Pomodoro" technique. Pomodoro technique is used to enhance productivity of learning by dividing time on learning sessions of full concentration and short breaks to rest.
Watch app at https://pomodoro-app-blush.vercel.app/
App has following features:
- Playing, stoping, skipping and ending learning & break sessions
- Setting learning parameters like length of learning, break, amount of sessions etc.
- Tracking learning statistics of last 7 days
- Ability to change themes and fonts
npm install
to install all dependencies
npm start
to run app on localhost in development mode
npm test
to run all tests.
npm build
to create app for production
- ReactJS
- Html
- Sass
- Jest
- React Testing Library