Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukakerr/elm-slider
A simple image slider written to learn Elm, currently a work in progress
https://github.com/lukakerr/elm-slider
elm image-slider work-in-progress
Last synced: about 2 months ago
JSON representation
A simple image slider written to learn Elm, currently a work in progress
- Host: GitHub
- URL: https://github.com/lukakerr/elm-slider
- Owner: lukakerr
- Created: 2018-09-28T11:42:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-30T02:25:57.000Z (over 6 years ago)
- Last Synced: 2024-10-30T02:38:33.527Z (3 months ago)
- Topics: elm, image-slider, work-in-progress
- Language: Elm
- Size: 1.02 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elm-slider
A simple image slider build to learn Elm. Currently a work in progress. I hope
to get it to a similar stage as one of my other projects
[lightweight-slider](https://github.com/lukakerr/lightweight-slider) sometime in
the future.View the current progress at [lukakerr.github.io/elm-slider/index.html](https://lukakerr.github.io/elm-slider/index.html)
### Build
Building is simple
```bash
$ elm make src/Slider.elm
$ open index.html
```> Note: there are 3 images (1.jpg, 2.jpg, 3.jpg) under `.gitignore`, you will
> have to create these manually inside an `/img` folder to see the images