Skip to content

Latest commit

 

History

History
39 lines (35 loc) · 2.26 KB

README.md

File metadata and controls

39 lines (35 loc) · 2.26 KB

Eat-Da-Burger!

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/

demogif

Table of Contents

Installation

  1. Clone this repository.
     git clone https://github.com/denzgrant/Eat-Da-Burger-.git
    
  2. Install Nodejs dependencies.
     npm install
    
  3. In the root directory of the project, start the app.
     node server.js
    

Usage

If you ever want to create a wishlist or a tracker of what hamburgers you want to or have eaten, feel free to use.

License

Licensed under the MIT

Contributing

Anyone is free to contritbute to this project. Feel free to add on.

Questions

Any questions regarding this project, contact [email protected] directly.

git hub profile picture