https://github.com/colinhunt/elm-scorekeeper
Score keeper app from elm knowthen course
https://github.com/colinhunt/elm-scorekeeper
elm-architecture elm-lang web-app webapp
Last synced: about 1 month ago
JSON representation
Score keeper app from elm knowthen course
- Host: GitHub
- URL: https://github.com/colinhunt/elm-scorekeeper
- Owner: colinhunt
- Created: 2017-03-04T04:20:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-04T05:02:34.000Z (about 9 years ago)
- Last Synced: 2025-01-21T15:15:56.971Z (over 1 year ago)
- Topics: elm-architecture, elm-lang, web-app, webapp
- Language: JavaScript
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notes
This directory contains the starter / build process for the scorekeeper app. Use it as a starting point for building your app.
You can find the completed for each video in the following folders:
## Planning the Scorekeeper App
Code found in the `scorekeeper-planning` directory
## Beginning our Scorekeeper App | Model & Form Sections of Update and View
Code found in the `scorekeeper-player-form` directory
## Completing the Form Section
Code found in the `scorekeeper-player-form-save-cancel` directory
## Creating the Player Section
Code found in the `scorekeeper-player-section` directory
## Creating the Play Section
Code found in the `scorekeeper-plays-section` directory