You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of a team effort to learn Elm and implement it into our stack, we're working on a todo-list application for training. This is my solution for our todo-list app.
Backend
The backend is a Node/Express server and can be found in a different repository.