Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamesread/spoon-check
Describe what is taking your energy, when words are hard.
https://github.com/jamesread/spoon-check
hacktoberfest neurodiversity pwa self-hosted webap
Last synced: 27 days ago
JSON representation
Describe what is taking your energy, when words are hard.
- Host: GitHub
- URL: https://github.com/jamesread/spoon-check
- Owner: jamesread
- License: agpl-3.0
- Created: 2019-10-09T10:33:51.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-15T10:43:07.000Z (about 2 months ago)
- Last Synced: 2025-01-07T23:41:14.076Z (about 1 month ago)
- Topics: hacktoberfest, neurodiversity, pwa, self-hosted, webap
- Language: JavaScript
- Homepage: http://spoon-check.5apps.com
- Size: 565 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spoon-check
Describe what is taking your energy, when words are hard.
![]()
Hosted version: http://spoon-check.5apps.com/
Linux Container version: (see below)## Feature requests, bugs, or other issues
Feedback is very welcome. Raising a GitHub issue is the best way to communicate
:-)## Design considerations
* Accessibility is very important.
* Use offline (as a "progressive web app"), so it can be installed.## Self host - any webserver
Simply copy the `dist` folder to any webserver. No server side support needed.
You can customize data/icons.json to suit your needs.
## Self host - Docker Container
```
docker run -p 3000:3000 ghcr.io/jamesread/spoon-check
```