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.
- Host: GitHub
- URL: https://github.com/neetjn/elm-swapi
- Owner: neetjn
- License: mit
- Created: 2019-03-15T15:16:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-23T19:19:14.000Z (about 7 years ago)
- Last Synced: 2025-02-08T17:46:40.494Z (about 1 year ago)
- Topics: elm, html, http, swapi, web
- Language: HTML
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.