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

https://github.com/arandilopez/pomodorous

WIP: Pomodorous - Pomodore time tracker
https://github.com/arandilopez/pomodorous

electron electron-app pomodoro-clock pomodoro-timer vuejs vuex

Last synced: about 2 months ago
JSON representation

WIP: Pomodorous - Pomodore time tracker

Awesome Lists containing this project

README

          

# WIP: Pomodorous

> Pomodore time tracker

![ScreenShot](screenshots/ScreenShot.png?2)

Pomodorous is build on [Electron](https://electron.atom.io/) + [Vue](https://vuejs.org) + [Bulma](http://bulma.io)

## Build Setup

``` bash
# install dependencies
yarn

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

# build electron app for production
yarn run build

# lint all JS/Vue component files in `app/src`
yarn run lint

# run webpack in production
yarn run pack
```

## Roadmap??

Mmm... I'd to link it with Trello, Gitlab and/or Github. Maybe an self hosted To-do list

## License??

Well... let's say it's MIT

## Info

Thanks to [wyzant-dev](https://github.com/wyzant-dev) for **vue-radial-progress**

This project was generated from [electron-vue](https://github.com/SimulatedGREG/electron-vue) using [vue-cli](https://github.com/vuejs/vue-cli). Documentation about this project can be found [here](https://simulatedgreg.gitbooks.io/electron-vue/content/index.html).