kao-ring / Eat-Da-Burger-

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eat-Da-Burger!

Description:

  • Eat-Da-Burger! is a restaurant app that lets users input the names of burgers they'd like to eat.

  • Whenever a user submits a burger's name, your 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.

Heroku Link: https://eat-da-burger-kiki.herokuapp.com/

Table of Contents

Screen Shot & Video

YouTube Link : https://youtu.be/zLhr2TwXcIg

Screen Shot 2020-08-10 at 12 01 54 AM

Installation

Get a clone from repository with following command.

git clone git@github.com:kao-ring/Eat-Da-Burger-.git

Install the application dependancies.

npm install

Run the node server locally.

node server.js

Finally, open your browser and connect to http://localhost:8080/.

Usage

When you order burgers, type whatever you want to eat and then submit. If you see on order is ready borad, Devour it! If you don't want to see your previous order, hit delete.

License

This project is licensed under the MIT.

Questions

For any questions, please connect with me:

About

License:MIT License


Languages

Language:JavaScript 69.4%Language:HTML 23.8%Language:CSS 4.5%Language:TSQL 2.3%