Eat-Da-Burger! is a restaurant app that lets users input the name of burgers they'd like to eat. Whenever a user submits a burger's name, this app will display the burger on the left side of the page--waiting to be devoured. Each burger in the waiting area also has a 'Devour it!' button. When the user clicks it, the burger will move to the right side of the page. This app will store every burger in a database, whether devoured or not.
Demo: https://drg-eat-da-burger.herokuapp.com/
- Clone this repository.
git clone https://github.com/denzgrant/Eat-Da-Burger-.git
- Install Nodejs dependencies.
npm install
- In the root directory of the project, start the app.
node server.js
If you ever want to create a wishlist or a tracker of what hamburgers you want to or have eaten, feel free to use.
Licensed under the MIT
Anyone is free to contritbute to this project. Feel free to add on.
Any questions regarding this project, contact denzgrant@gmail.com directly.