Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

MetaMmodern/Pomodorro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pomodorro

This is a Pomodorro timer Application project.

Main idea

This application is made for better productivity in your everyday coding/programming/computer life. It uses the Pomodorro 🍅 technique: work hard for 20 minutes and then have a 5 minute rest. Then repeat.

Currently supported features

  • running timer(default work time: 20 minutes, rest time: 5 minutes)
  • Creating an account with username
  • Creating tasks (once you have an account)
  • Deleting tasks (once you have an account)
  • Changing default times (once you have an account)
  • Changing username (once you have an account)
  • Deleting progress (once you have an account)
  • Deleting all tasks at once (once you have an account)
  • Deleting account (once you have an account)
  • Using custom times for tasks(setting times for tasks is not supported yet)

The application is fully responsive: you can use it both on mobile and on tablet or PC.

Used technologies

  • React
  • Redux
  • Material UI
  • Node.js
  • JWT
  • MongoDB Atlas
  • Deployed on Heroku

Current issues

  • sound works, but is not setted from settings page
  • The tasks page is a little bit ugly
  • No reCaptcha is made on registration or login page

Feel free to create issues and notify me about new problems.

The application is available here (be patient, Heroku may load it very late)