Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 655 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 655 Bytes

Pomodoro Timer

A simple pomodoro timer built with Vue.js.

简体中文介绍

Features

  • Set a custom work and break time.
  • Send a notification when the timer is done.
  • Play a sound when the timer is done.
  • Add a todo list.
  • Dark mode.
  • Storage timer state in local storage.
  • Add a pomodoro history.
  • Show state in title bar.

Demo

https://pomodoro.mszook.art/

preview

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build