Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Concept - Web applications part 1 #639

Open
ceddlyburge opened this issue Dec 7, 2023 · 0 comments
Open

Concept - Web applications part 1 #639

ceddlyburge opened this issue Dec 7, 2023 · 0 comments
Assignees

Comments

@ceddlyburge
Copy link
Contributor

Design

Goal

The Goal is to learn how to write basic web applications in Elm.

Learning objectives

Students should be able to

  • understand The Elm Architecture pattern
  • define an appropriate Model type
  • define an appropriate Msg type
  • create a Browser.sandbox application
  • write an update function
  • write a view function

Out of scope

  • Http calls
  • Json encoding / decoding
  • Javascript interop
  • Commands and subscriptions

Concepts

The concept this exercise unlocks is:

  • web-applications-1

Prerequisites

Analyzer

TBD depending on the exercise

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant