Skip to content

WitchElaina/Pomodoro-Timer

Repository files navigation

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