Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/emingenc/tomatodo
- Owner: emingenc
- License: mit
- Created: 2021-07-31T15:45:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-19T21:21:21.000Z (about 3 years ago)
- Last Synced: 2024-11-01T02:34:33.423Z (3 months ago)
- Language: Vue
- Homepage: https://emingenc.github.io/tomatodo
- Size: 6.78 MB
- Stars: 11
- Watchers: 1
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- quasar-awesome - github
README
# 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).