A simple app made to keep track of your task
Basically all you need is an elm language installed:
https://guide.elm-lang.org/install.html
on Linux it is as simple as running a command in terminal:
npm install -g elm
We used a command:
elm reactor
After hitting enter elm will be availabe in your browser on http://localhost:8000
For more advanced apps please consider:
elm make
as more efficient metod of running elm projects.
- Bartlomiej Tonia - GitHub Profile
- Marcin Aman - GitHub Profile
Feel free to use this project in your appliactions, but we do not take any responsibity for the code.