Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emingenc/tomatodo

Pomodoro app that rewards with luck wheel after pomodoro sessions
https://github.com/emingenc/tomatodo

Last synced: about 2 months ago
JSON representation

Pomodoro app that rewards with luck wheel after pomodoro sessions

Awesome Lists containing this project

README

        

# Tomatodo

tomatodo

Pomodoro task application that rewards user with luck wheel

[DEMO](https://emingenc.github.io/tomatodo)







## Install the dependencies
```bash
yarn
```

### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```

### Lint the files
```bash
yarn run lint
```

### Build the app for production
```bash
quasar build
```

### Customize the configuration
See [Configuring quasar.conf.js](https://v2.quasar.dev/quasar-cli/quasar-conf-js).