https://github.com/bogdaaamn/pwa-instant-inspiration
Get a progressive dose of inspiration.
https://github.com/bogdaaamn/pwa-instant-inspiration
cache indexeddb offline-first progressive-web-app service-worker
Last synced: 11 months ago
JSON representation
Get a progressive dose of inspiration.
- Host: GitHub
- URL: https://github.com/bogdaaamn/pwa-instant-inspiration
- Owner: bogdaaamn
- Created: 2018-01-30T19:08:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-04T20:42:28.000Z (over 8 years ago)
- Last Synced: 2025-01-08T10:46:24.916Z (over 1 year ago)
- Topics: cache, indexeddb, offline-first, progressive-web-app, service-worker
- Language: JavaScript
- Homepage: https://instant-inspiration-pwa.firebaseapp.com/
- Size: 109 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instant Inspiration PWA
An insanely simple progressive web application that gets quotes from [forismatic API](https://forismatic.com/en/) and inspires you. Using [Service Workers](https://developer.mozilla.org/en-US/docs/Web/API/Service_Worker_API) and [indexedDB](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API).
## Installing and running
### Installing
```sh
npm install
```
### Running
```sh
npm run dev
```
### Using
You should be able to use the application at [localhost:8000](http://localhost:8000).
## Deployed
You can use the application deployed on Firebase.
[https://instant-inspiration-pwa.firebaseapp.com/](https://instant-inspiration-pwa.firebaseapp.com/)