williamrozin / elm-todo

A very simple TODO list app written with Elm.

Home Page:https://williamrozin.github.io/elm-todo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elm-todo

A very simple TODO list app that i built to learn more about Elm

Pre-requirements

Have Elm installed

Running the App

After install Elm, clone this repo:

https://github.com/williamrozin/elm-todo.git

Go to the project path:

cd ./elm-todo

And run:

elm reactor

Open your browser and go to http://localhost:8000/src/Main.elm

Building the app

If you want to build the app, just run the command below:

elm make src/Main.elm --output=build/index.html

It will generate a index.html file in the dist folder.

Preview

Preview

Licence

Apache-2.0


Made with ❤️ by William Rozin Gaspar

About

A very simple TODO list app written with Elm.

https://williamrozin.github.io/elm-todo/

License:Apache License 2.0


Languages

Language:Elm 100.0%