Home

Awesome

Table of contents

Description: Created first PWA app using real time database with Firebase. It is called as shopping list. The app features include:

 - User can add or remove items on Firebase database
 - When user clicks any item, item is deleted 
 - User can add this application on homescreen and use it as a mobile app

What I Learned?

- Firebase: onValue, push(), remove(), getDatabase, ref(), snapshots
- Favicon converter
- Web Application Manifest
- user-select
- Object.values(), Object.keys()