https://github.com/argyleink/affilicats
๐ Progressive Web App demo that showcases flaky network resilience measures (๐ถ or ๐ซ๐ถ).
https://github.com/argyleink/affilicats
Last synced: 9 months ago
JSON representation
๐ Progressive Web App demo that showcases flaky network resilience measures (๐ถ or ๐ซ๐ถ).
- Host: GitHub
- URL: https://github.com/argyleink/affilicats
- Owner: argyleink
- Created: 2018-09-14T21:54:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-16T00:09:41.000Z (almost 8 years ago)
- Last Synced: 2025-09-14T16:52:43.709Z (10 months ago)
- Language: JavaScript
- Homepage: https://tomayac.github.io/affilicats/
- Size: 880 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ๐ AffiliCats
A Progressive Web App demo that showcases various **flaky network resilience measures**.
The core idea is to simulate an affiliate or comparison app with various API calls
(*e.g.*, for prices, stars, reviews, location, photos) proxied by dummy *lorem ipsum* type APIs
where the conversion action is to click through to a third-party and place the affiliate cookie
(that's the click the app never wants to lose).
## Demo
Play with the app at
๐ [tomayac.github.io/affilicats](https://tomayac.github.io/affilicats/) ๐.
## Developing and Building
You can develop in the `/src` folder while you work on the app locally. Lint your code via `npm run lint`.
The app is remotely [deployed from the `/docs` folder](https://help.github.com/articles/configuring-a-publishing-source-for-github-pages/#publishing-your-github-pages-site-from-a-docs-folder-on-your-master-branch).
You can build to there by running `npm run build`.
## Things to try
- **Use the app under ideal conditions:**
You should be able to freely click and browse around, content should always lazy-load.
- **Search for something:**
You should be able to search for anything that has a [Wikimedia Commons category page](https://commons.wikimedia.org/wiki/Category:Topics) with images, for example, "[Elephants](https://commons.wikimedia.org/wiki/Category:Elephants)".
- **Load while offline:**
You should see skeleton content and fallback images.
- **Regain connection:**
You should see the app hydrate and load content.
- **Lose connection while browsing:**
You should see the offline note and be no longer able to search. When you scroll and click around, fallback content should be shown.
- **Click through to "View Deal" while offline:**
You should alwaysโoffline or notโbe able to click through and see a countdown (paused if already offline, pausing if losing connection).
- **Regain connection on the forward page:**
The countdown should start or resume and you should be redirected to the landing page.
- **Use an ultra slow network:**
You should see timeout placeholders (a little clock icon) and info text for timed-out requests.
## Acknowledgements
Thanks to [@jeffposnick](https://github.com/jeffposnick) for the thorough review of the app's service worker code.
## License
Copyright 2018 Thomas Steiner. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.