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.
-
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
Node.Js, JavaScript, jQuery, GIT, GitHub, HTML, CSS, Bootstrap, Command- Line, Heroku, Express, Handlebars, MySQL
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
-
Portfolio: jeverett.github.io
-
Email: josheverett93@gmail.com
To test:
npm run test