This project was created to help learn the Elm language. I'll be recording my experiments and what I've learned while treking through Elm.
This project is a frontend client for the SWAPI (Start Wars API). Basic styling has been implemented leveraging Bootstrap, no CSS pre/post-processors were used.
- Create basic view with a model.
- Implement basic DOM events.
- Import a 3rd party elm package.
- Create tests and execute on CI/CD platform.
- ...
- ...
- Creating an Elm project - https://elm-lang.org/0.19.0/init
- Getting started with Elm language for web apps - https://blog.bitsrc.io/getting-started-with-elm-language-for-web-apps-49418c6adc17
Copyright (c) 2019 John Nolette Licensed under the MIT License.