https://github.com/dwightjack/vue-pomodoro-timer
A customizable, pomodoro-like timer.
https://github.com/dwightjack/vue-pomodoro-timer
pinia pomodoro-timer pwa tailwindcss vite vue3 web-application
Last synced: 8 months ago
JSON representation
A customizable, pomodoro-like timer.
- Host: GitHub
- URL: https://github.com/dwightjack/vue-pomodoro-timer
- Owner: dwightjack
- Created: 2020-05-02T14:23:59.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-09-02T04:25:29.000Z (10 months ago)
- Last Synced: 2025-09-30T03:56:38.467Z (9 months ago)
- Topics: pinia, pomodoro-timer, pwa, tailwindcss, vite, vue3, web-application
- Language: Vue
- Homepage: https://timer.codeful.dev
- Size: 1.9 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pomodoro Timer
> A simple, configurable pomodoro timer
## Stack
- [Vue 3](https://v3.vuejs.org/)
- [Pinia](https://pinia.esm.dev)
- [Vite](vitejs.dev/)
- [Tailwind CSS](https://tailwindcss.com/)
- [VueTypes](https://dwightjack.github.io/vue-types/)
## Development
Clone the repo then:
```
pnpm i
pnpm dev
```