https://github.com/edm00se/demos
space for one-off demos
https://github.com/edm00se/demos
Last synced: 2 months ago
JSON representation
space for one-off demos
- Host: GitHub
- URL: https://github.com/edm00se/demos
- Owner: edm00se
- License: mit
- Created: 2017-03-14T14:16:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-01T21:32:30.000Z (about 3 years ago)
- Last Synced: 2025-02-15T17:49:54.377Z (4 months ago)
- Language: JavaScript
- Homepage: https://edm00se.codes/demos/
- Size: 189 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [demos](https://edm00se.codes/demos/)
A repository of one-off demos.## Contents
| Demo | Description |
| -------------------------------------- | -------------------------------------------------------------------------------------------- |
| [Mouse Trap][mouse-trap] | An example of the disconnect between (og) metadata and actual content; aka- beware previews! |
| [QR Builder][qr-builder] | A QR code builder, with offline capable assets, for simple generation from text. |
| [Offline Detection][offline-detection] | Vanilla JS registering for offline/online events. |by [@edm00se](https://github.com/edm00se)
[mouse-trap]: https://edm00se.codes/demos/mouse-trap/
[qr-builder]: https://edm00se.codes/demos/qr-builder/
[offline-detection]: https://edm00se.codes/demos/offline-detection/