Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T16:56:24.000Z (6 months ago)
- Last Synced: 2024-05-29T08:01:48.550Z (6 months ago)
- Topics: pinia, pomodoro-timer, pwa, tailwindcss, vite, vue3, web-application
- Language: Vue
- Homepage: https://timer.codeful.dev
- Size: 1.5 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
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
```