Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 803 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 803 Bytes

PomoPomo

This is a simple pomodoro timer build with Nuxt and Vue ecossystem.

Nuxtjs Vue.js Vuetify

Features

  • Session times can be customized
  • Browser notifications
  • Alarm sound when a session end

Run Locally

Clone the project

  git clone https://github.com/Shnrqpdr/pomopomo.git
  cd pomopomo

Install dependencies (node v18)

  npm install

Run the app on http://localhost:3000

  npm run dev

Contributing

Contributions are always welcome!