Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henriquecbuss/lireddit
https://github.com/henriquecbuss/lireddit
elm graphql
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/henriquecbuss/lireddit
- Owner: henriquecbuss
- Created: 2020-12-09T00:35:35.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T01:05:04.000Z (over 1 year ago)
- Last Synced: 2024-11-08T06:52:36.866Z (3 months ago)
- Topics: elm, graphql
- Language: Elm
- Homepage: https://lireddit.henriquebuss.me
- Size: 462 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LiReddit
This is the front-end part of [this tutorial](https://www.youtube.com/watch?v=I6ypD7qv3Z8&t=47107s).
## Stack Used
This was done with [Elm](https://elm-lang.org), created from my
[elm-starter](https://github.com/NeoVier/elm-starter), following some of the design from
[rtfeldman/elm-spa-example](https://github.com/rtfeldman/elm-spa-example), and using
[Parcel](https://parceljs.org) for bundling. For the UI, I used [mdgriffit/elm-ui](https://package.elm-lang.org/packages/mdgriffith/elm-ui/latest/),
and [dillonkearns/elm-graphql](https://package.elm-lang.org/packages/dillonkearns/elm-graphql/latest/)
for the GraphQl integration.