The Note is a to do list created using JavaScript with Google Cloud Platform tool, Firebase. This application uses Firebase as the back end. The front end is created with HTML and CSS.
The configuration is avaliable through Firebase.
Input any String within the textfield and Press Submit.
Hackathon
This will add the string to the Firebase database.
The purpose was to learn about the Google Cloud Platform and how to integrate it into an application that can be used everyday.
Google Cloud Platform was used to create the back end. HTML and CSS was used to create front end.
Currently it overwrites the data being entered. The goal is to append the data/notes to the database.