Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.04 KB

README.md

File metadata and controls

25 lines (19 loc) · 1.04 KB

app-pomodoro

A simple pomodoro timer app, aiming to be easy to read, and nice looking. Vue.js and PWA service/web workers are used to make it a more useful offline app.

Goals

The aim was to have a simple easy to use UI and great simplified UX experience. Besides the timer read out I wanted a easy to glance at progress indicator. I think the background reverse is a great way to achieve this.

Images

gifs gifs shot shot shot

To Run:

Working example here: https://kube-pomodoro.herokuapp.com/

You can also run the app after downloading this repo. To run the app NPM serve via termincal/command line in order to run via the Vue-Cli.

TODO:

  • Add a custom time as an option.
  • Add a custom colour schemes as an option.
  • Create and store a local options file.
  • Custom chime sound as an option from local storage.