Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivteplo/pomodo
Minimalist focus timer
https://github.com/ivteplo/pomodo
pomodoro pomodoro-timer productivity pwa timer vue vuejs
Last synced: about 1 month ago
JSON representation
Minimalist focus timer
- Host: GitHub
- URL: https://github.com/ivteplo/pomodo
- Owner: ivteplo
- License: apache-2.0
- Created: 2020-09-16T19:03:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T12:27:39.000Z (almost 2 years ago)
- Last Synced: 2024-10-16T17:05:26.385Z (3 months ago)
- Topics: pomodoro, pomodoro-timer, productivity, pwa, timer, vue, vuejs
- Language: Vue
- Homepage: https://ivteplo.github.io/pomodo
- Size: 1.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pomodo
Minimalist pomodoro timer
![App preview](screenshots/desktop-light.png)
_More screenshots are available [here](screenshots/)_
## Features
- Minimalist interface without distractions
- Supports notifications
- Has both light and dark mode
- Works offline (as a PWA)
- Accessible## Development
### Prerequisites
- Node.js and npm
### Setup
1. Clone the repository
```bash
git clone https://github.com/ivteplo/pomodo
```2. Navigate to the project folder
```bash
cd pomodo
```3. Install dependencies
```bash
npm install
# or if you prefer yarn:
yarn install
```4. To start a development server:
```bash
npm run dev
# or
yarn dev
```5. To build the project:
```bash
npm run build
# or
yarn build
```6. Happy hacking! 🎉