An open API service indexing awesome lists of open source software.

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

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