This is a web application based on pure JavaScript integrated with google firebase.
Live Demo: here
Why Firebase over other databases?
The Firebase Realtime Database lets you build rich, collaborative applications by allowing secure access to the database directly from client-side code. Data is persisted locally, and even while offline, realtime events continue to fire, giving the end user a responsive experience.