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

https://github.com/alex-strizhakov/flow-timer

Application for Flowtimer technique
https://github.com/alex-strizhakov/flow-timer

elixir phoenix phoenix-framework phoenixliveview

Last synced: about 1 year ago
JSON representation

Application for Flowtimer technique

Awesome Lists containing this project

README

          

# FlowTimer

Timer application to work in Flow and do short breaks between focus sessions.

## Contributing

You can start developing locally in a few steps:
1. Copy this repo via git clone https://github.com/alex-strizhakov/flow-timer or by downloading it
2. `cd flow_timer`
3. Install dependencies with `mix deps.get`
4. Create and migrate your database with `mix ecto.setup`
5. Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.

## Copyright and License

Copyright (c) 2022, Alexander Strizhakov.

Flowtimer source code is licensed under the [MIT License](LICENSE.md).

## Learn more

* Official website: https://www.phoenixframework.org/
* Guides: https://hexdocs.pm/phoenix/overview.html
* Docs: https://hexdocs.pm/phoenix
* Forum: https://elixirforum.com/c/phoenix-forum
* Source: https://github.com/phoenixframework/phoenix