Home

Awesome

Tomatodo

<img width="628" alt="tomatodo" src="https://user-images.githubusercontent.com/81563574/141825587-2a143878-2fd7-4e04-83df-67ee64f9d22b.png">

Pomodoro task application that rewards user with luck wheel

DEMO

<a href='https://emingenc.github.io/pomodoro_wheel' target="_blank" align="center"> <img src="./images/img1.png" width="160" > <img src="./images/img2.png" width="160" alt=""> <img src="./images/img3.png" width="160" alt=""> <img src="./images/img4.png" width="160" alt=""> <img src="./images/img5.png" width="160" alt=""> </a>

Install the dependencies

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.