Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axelson/pomodoro_phx
https://github.com/axelson/pomodoro_phx
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/axelson/pomodoro_phx
- Owner: axelson
- Created: 2023-04-02T20:27:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-21T06:33:01.000Z (about 2 months ago)
- Last Synced: 2024-12-16T00:47:30.764Z (25 days ago)
- Language: Elixir
- Size: 394 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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