This is a repository with several examples of Elm language usage.
- TODO List
- Example of the Elm architecture, communication with the API using HTTP, and using JSON format.
- Timer
- Example of using Subscriptions, working with time and generating random numbers.
- Web Application
- Example of building a SPA in Elm, using navigation and splitting the application into multiple modules.
- Complex Form
- Example of more complex form with validation, custom types and dynamic list field.
- Clock
- Example of using SVG, drawing an analogue clock showing the current time.
This project is licensed under the MIT License - see the LICENSE file for more details.