Skip to content

joashdev/pomotime

Repository files navigation

Pomotime

https://pomotime.web.app

The Pomodoro Technique is a time management system that encourages people to work with the time they have—rather than against it. Using this method, you break your workday into 25-minute chunks separated by 5-minute breaks. After 4 pomodoros, you can take longer breaks of usually 10 to 20 minutes long.

This is a web application for Pomodoro Technique created for Dev Jams. The project is based off of app-ideas/pomodoro-clock by github.com/florinpop17

Features

  • Users can set their desired length of pomodoro, short breaks, and long break
  • User can click the play button to start the timer
  • User can pause, resume, and reset the timer
  • Once the timer hits 00:00, a sound will play if it is enabled on user preferences
  • User preferences will stay even after the browser tab is closed

Technologies

  • Vitejs
  • Vue3
  • Vue Router
  • Vuex

Credits