This app is a simple game in which user has to get the evolution order of the Pokemon's correct. On completing it successfully, more information about the Pokemon's in the chain will be revealed.
- npm install
- npm start (To start the application)
- Open http://localhost:5000 in browser
- Its a simple app, like any other website. Will be converting it to a PWA compliant one by following the below steps.
-
Service worker
- Setup workbox
- Register service worker
-
App Shell
- Add to workbox configuration
- Precache resources
- Offline Indication
-
Caching
- Runtime caching
- Cache expiration
-
Add to home screen
- Create manifest
- Install Prompt
-
Push notification
- Subscribe to server push
- Show notification