https://github.com/lorem-ipsumm/offline-site
This is a site where I experiment with idea of requiring the user to disconnect from the internet to interact with the site
https://github.com/lorem-ipsumm/offline-site
offline react website
Last synced: about 2 months ago
JSON representation
This is a site where I experiment with idea of requiring the user to disconnect from the internet to interact with the site
- Host: GitHub
- URL: https://github.com/lorem-ipsumm/offline-site
- Owner: lorem-ipsumm
- Created: 2021-05-27T04:46:02.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-04T19:57:44.000Z (about 5 years ago)
- Last Synced: 2025-03-28T05:14:52.743Z (about 1 year ago)
- Topics: offline, react, website
- Language: TypeScript
- Homepage: https://disconnnect.netlify.app/
- Size: 323 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# offline
This is a site where I experiment with idea of requiring the user to disconnect from the internet to interact with the site. By checking the browsers `window.navigator.onLine` the site can determine whether or not the device is connected to the internet. Using this I can show different content for offline/online browsing. This isn't super "practical" but is an interesting idea to play around with.
Try it out: https://disconnnect.netlify.app/