Welcome to My "To Do List' exercise! It is just a first exercise so the to do list tasks are not persisted at the moment. You can 1) Add 2) Edit 3) Delete Task as you wish!
If available in Hex, the package can be installed as:
-
Add todo to your list of dependencies in
mix.exs
:def deps do [{:todo, "~> 0.0.1"}] end
-
Ensure todo is started before your application:
def application do [applications: [:todo]] end
- git clone the repo
- navigate to the ElxirToDoList/todo directory
- run
./todo
and you're away..