Making Impossible States Impossible
TB: 3h
- Elm-format (
npm install -g elm-format
) - Create Elm app
- PHPStorm + Elm plugin
Elm App:
Anonymous/ Authenticated.
TB: 1h
- If user has age, show
-
&+
so we can decrement & increment the age
TB: 3h
- User always starts anonymous.
- Show an input field. If user types name, they are converted to Authenticated
- If user is Authenticated, show a new input allowing entering the age