1. App should be a React App connected to Firebase with
CRUD functionality.
a. Create burgers into the Database and webpage
by entering a string into the input box.
b. Read burgers from the database so that the database is always consistent with the webpage
c. Update burgers in the database so that when you click on “Eat it” the burger becomes Eaten in the Database and also moves from the one section (Burgers Made) of the web page to the other section (Burgers Eaten) of the webpage.
d. Delete burgers from the database so that they are no longer documents in the database but also are removed from the webpage.
2. App should be deployed to the web: https://youtu.be/4zWBHbTW0BU
3. Turn in link to your github repository & also the link to the deployed application.