Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plabayo/homework
Free online playground to practice homework.
https://github.com/plabayo/homework
Last synced: 5 days ago
JSON representation
Free online playground to practice homework.
- Host: GitHub
- URL: https://github.com/plabayo/homework
- Owner: plabayo
- License: mit
- Created: 2024-02-07T19:11:42.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-21T21:43:11.000Z (9 months ago)
- Last Synced: 2024-05-01T09:48:17.690Z (7 months ago)
- Language: HTML
- Homepage: https://elementary.training/
- Size: 306 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# homework
Free online playground to practice homework.
Of course you can also use it within a class setting or anywhere really. Naming is hard.
The goal of this tool is not to replace personal guidance, teachers or parents. It is a tool
that you should use just as you would use pen and paper. Ideally you can sit with your
child and be there for them as guidance.## Developers
Homework is available at for free as a static website,
static as in purely client-side. Each exercise page is its own program that is developed
independently.Please note that we are not going for the most clever or best designed code in this project.
Obviously we do not want to aim for obsecurity either, but the aim is first and foremost to
have exercises that are good enough for our kids to be able to practise.### Run
```bash
python -m http.server -d site 8080
```or run it more easily using [just](https://just.systems/):
```bash
just
```which does the same, but less typing for you.
### Contributing
Please consult [the CONTRIBUTING docs](./CONTRIBUTING.md) and [the Code of Conduct doc](CODE_OF_CONDUCT.md) for more information.
For now this website and its exercises are only in Dutch (NL-BE), but we aim to support other languages somewhere in near future.
No promises though.While I don't expect any security issues, given it all runs as fairly dum client-only widgets on your own machine,
there is always a possibility in this very overly complex world. As such, should you notice any security issues,
of any severity or kind, you can find more info on what to do with that [in the SECURITY doc](./SECURITY.md).