Skip to content

jscho13/elm-todo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo list in Elm

This is a simple todo list for the purpose of learning Elm.


Workshop

https://docs.google.com/presentation/d/1mR5hxZmO8WyQc7SsrZ8faRf0KsBfDAYVOx37ww4_uYM/edit?usp=sharing

Install Elm

https://guide.elm-lang.org/install.html

Usage

Go to the proper directory and run elm reactor e.g:

cd part1
elm reactor

Goals

  1. Simple "hello world" program
  2. Add multiple items to the TODO list
  3. Add a checkbox to each TODO element
  4. Count total number of todo tasks
  5. Conditionally apply css on checked items
  6. Fix the countIncomplete function to return the number of tasks that are unchecked
  • Bonus: Get filterView to compile

About

A simple todo-list app for the purpose of learning the elm langage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elm 100.0%