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
- Host: GitHub
- URL: https://github.com/alex-strizhakov/flow-timer
- Owner: alex-strizhakov
- License: mit
- Created: 2022-09-11T12:37:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T06:11:21.000Z (over 3 years ago)
- Last Synced: 2025-02-06T19:48:32.052Z (over 1 year ago)
- Topics: elixir, phoenix, phoenix-framework, phoenixliveview
- Language: Elixir
- Homepage:
- Size: 304 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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