An open API service indexing awesome lists of open source software.

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.

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/)