This application allows the user to eat any burger they choose and buy more burgers if they are still hungry. They can even add more burgers to the list.
Click here to access the deployed app on Heroku
- All of the burgers are stored in a database on MySQL.
- Handlebars is used to create the unique html.
If you would like to try this application on your own:
- fork this repo
npm install
npm install mysql
node server.js
-
Coolors This website was used for color inspiration for this application.