8000 GitHub - adriangoransson/pomodoro: Pomodoro time tracker built with Vue
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

adriangoransson/pomodoro

Repository files navigation

Pomodoro time tracker

Simple timer built according to the Pomodoro Technique which has been of tremendous help for me to get studying.

I made it because I couldn't find one already that worked well on both mobile and desktop.

Features

  • Responsive, works well on both mobile and desktop devices
  • Customizable and using localStorage to save your preferences
  • Progressive Web App, accessible offline
  • Ticking sound during focus rounds
  • Notification when round is over
  • Light and dark themes
  • Keyboard shortcut (space) to pause/resume
  • Fast and "lightweight". Around 30kb gzipped (not including audio or image assets)

Acknowledgements

Contributing

This project was scaffolded with Vue cli. Entrypoint: main.js and App.vue. Most of the logic is kept in the Vuex store.

Airbnb style javascript lint.

Description Command
Project setup yarn install
Compiles and hot-reloads for development yarn serve
Compiles and minifies for production yarn build
Lints and fixes files yarn lint

Releases

No releases published

Packages

No packages published
0