Pokemon Evolution
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.
To run application
- npm install
- npm start (To start the application)
- Open http://localhost:5000 in browser
Where do we go from here?
- Its a simple app, like any other website. Will be converting it to a PWA compliant one by following the below steps.
Step 1
-
Service worker
- Setup workbox
- Register service worker
Step 2
-
App Shell
- Add to workbox configuration
- Precache resources
- Offline Indication
Step 3
-
Caching
- Runtime caching
- Cache expiration
Step 4
-
Add to home screen
- Create manifest
- Install Prompt
Step 5
-
Push notification
- Subscribe to server push
- Show notification