tohjustin / pomodori

Material-design flavoured pomodoro timer built as a Progressive Web App

Home Page:https://pomodori-pwa.firebaseapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


CircleCI Build Status Release Version Codecov

Material-design flavoured pomodoro timer built as a Progressive Web App
Powered by Vue 2.0 + Muse-UI

Prerequisites

(Optional) If you want to test the build files locally (via yarn run serve):

Installation

git clone https://github.com/tohjustin/pomodori.git
cd ./pomodori
yarn

Getting Started

# serve with hot reload at localhost:8080
yarn run dev

# build for production with minification
yarn run build

# build for production with minification + serve build at localhost:5000 (Flask server)
yarn run serve

# run eslint
yarn run lint

# run unit tests
yarn run unit

# run eslint + unit tests
yarn test

This project's build setup is scaffolded by the vue-cli project. For detailed explanation on how things work, checkout the guide and docs for pwa-template.

License

MIT © Justin Toh

About

Material-design flavoured pomodoro timer built as a Progressive Web App

https://pomodori-pwa.firebaseapp.com/

License:MIT License


Languages

Language:JavaScript 53.9%Language:CSS 28.9%Language:Vue 13.9%Language:HTML 3.0%Language:Python 0.3%