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

https://github.com/douglasmatosdev/pomodoro


https://github.com/douglasmatosdev/pomodoro

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Pomodoro
### A simple pomodoro app

## Application deployed in Vercel
https://pomodoro-doug.vercel.app/

## Installation
```bash
git clone https://github.com/douglasmatosdev/pomodoro.git

cd ./pomodoro

yarn install
```

## Run in Developement mode
```bash
yarn dev
```

## Build Production mode
```bash
yarn build
```

## Mobile
| Configuration | Countdown |
|-|-|
|![Todo App Desktop](./docs/pomodoro-mobile.jpeg) | ![Todo App Desktop](./docs/pomodoro-countdown-mobile.jpeg) |

## Desktop
| Configuration | Countdown |
|-|-|
| ![Todo App Desktop](./docs/pomodoro-configs.png) | ![Todo App Desktop](./docs/pomodoro-countdown.png) |