/Eat-Da-Burger

Application to create a burger that will be displayed on the left hand side of the screen, then devour it, which will then be displayed to the right hand side of the screen.

Primary LanguageJavaScript

Eat-Da-Burger

License: MIT

Description

AS a hungry burger patron I WANT to be able to input and add a burger SO THAT I can eat it and no longer be hungry

Installation

Fork repository at gstephbolivar github .

-npm init -y

-npm i express

-npm i mysql

-npm i express-handlebars

Usage

This application allows for a user to be able to input a burger, which then will be displayed on the left hand side of the screen to "Enjoy me fresh!" section. Once the eat up button has been pressed then the burger will be displayed on the right side of the screen under the "That was delicious!" section. Once the burger has been added, it is saved in our database with it's own id, and devoured will go from false to true once the "eat up!" button has been pressed.

Contributing

A user can contribute to this application by changing the styling of the application.

Test

Burger Demo Gif

Credits

I credit the following people and websites for assistance on this application:

Questions

Stephany Bolivar

License

MIT License

Copyright (c) [2020] [Gloria Stephany Bolivar]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.