The TodoMVC app written in Elm, nice example for beginners.
elm-todomvc is a TodoMVC application written in Elm, designed as a beginner-friendly example project. The application code resides in a single Elm file that uses the elm/html library for rendering, with additional JavaScript in the HTML file to persist the application state to localStorage. The project is built using the Elm compiler, which generates JavaScript output from the Elm source code.