Baseball score keeper : Learned from knownthen free tutorial

Hello,
I’ve followed the Elm for beginners tutorial and implemented “Baseball score keeper” application. This is my first working elm application.

ref: https://courses.knowthen.com/p/elm-for-beginners
Source code ref: https://github.com/civilbots/elmforbeginner/tree/master/scoreKeeper.

Even though almost all of the code is a copied version from this tutorial, for the first time I’ve modulerised the source code structure. If you can review and share your feedback that will be a great help.

Note: I’m double checking for any anti-patterns that I’ve created.

–g

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.