Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/axelson/pomodoro_phx


https://github.com/axelson/pomodoro_phx

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

# PomodoroPhx

Goal: Provide a visual view of the existing Pomodoro session

TODO:
- [x] Show the current pomodoro status

## Installing

mix deps.get
mix ecto.create
mix ecto.migrate
npm install --prefix assets
iex -S mix phx.server
http://localhost:4000