/welcometogoodburger

This is a an app that lets users input the names of burgers they'd like to eat. They will be able to see their input as well as distinguish between burgers they've eaten and burger they want to eat.

Primary LanguageJavaScript

License

Profile Picture

Welcome to GoodBurger

https://welcometothegoodburger.herokuapp.com/

Description

This is a restaurant app that lets users input the names of burgers they'd like to eat. They will be able to see their input as well as distinguish between burgers they've eaten and burger they want to eat.

Image of Application

Table of Contents

Installation

  • Step 1. Git clone this link to your terminal: https://github.com/jeverett93/welcometogoodburger.git

  • Step 2. Navigate into the cloned repository.

  • Step 3. Install the required dependencies using the following command:

    npm install
    
  • Step 4. Run the application from the command line with following command:

    node server.js
    

Technology Stack

Node.Js, JavaScript, jQuery, GIT, GitHub, HTML, CSS, Bootstrap, Command- Line, Heroku, Express, Handlebars, MySQL

Usage

AS A user, I want to be able to write and save burgers I want to eat,

I WANT to be able to organize the burgers in columns of eaten and about to be eaten,

AND I want to be able to delete burgers

SO THAT I can keep track of my burger wishlist and favorites

Contributors

github.com/jeverett93

Contact

Tests

To test:

npm run test