Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 781 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 781 Bytes

Elm Examples

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.

License

This project is licensed under the MIT License - see the LICENSE file for more details.