Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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! 🎉