Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/friedbrice/elm-teaching-tools
Tools for using Elm in the classroom.
https://github.com/friedbrice/elm-teaching-tools
Last synced: 25 days ago
JSON representation
Tools for using Elm in the classroom.
- Host: GitHub
- URL: https://github.com/friedbrice/elm-teaching-tools
- Owner: friedbrice
- License: bsd-3-clause
- Created: 2020-04-03T23:48:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T20:27:16.000Z (over 3 years ago)
- Last Synced: 2024-10-16T14:56:24.555Z (3 months ago)
- Language: Elm
- Size: 28.3 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Elm Teaching Tools
Tools for using Elm in the classroom.
## Use
Use in your project by adding `friedbrice/elm-teaching-tools` to your dependencies
elm install friedbrice/elm-teaching-tools
## Lib
The `Lib` module root contains several modules that wrap or extend built-in libraries purely for convenience. Take a look at the docs.
## Labs
The `Labs` module root contains several labs that can be completed in the classroom. The labs are meant to be self-contained, so that students may use tools such as [Ellie](https://ellie-app.com/).
## License and Copyright
Copyright 2020-present Daniel Brice.
Licensed under the BSD 3-clause license. See the _LICENSE_ file in the project repository for details.