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

https://github.com/neetjn/elm-swapi

My first Elm project to learn about language and package structure.
https://github.com/neetjn/elm-swapi

elm html http swapi web

Last synced: about 1 year ago
JSON representation

My first Elm project to learn about language and package structure.

Awesome Lists containing this project

README

          

# elm-swapi

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.

## Experiments

* [ ] Create basic view with a model.
* [ ] Implement basic DOM events.
* [ ] Import a 3rd party elm package.
* [ ] Create tests and execute on CI/CD platform.

## What I've Learned

* ...

## Closing Thoughts

* ...

## Resources

* 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.