Explore the project page
View it live on Heroku
The goal of this project was to create a "burger logging" application using MySQL, Node, Express, Handlebars, and an ORM.
This project was built using:
- JavaScript
- jQuery
- Node.js
- MySQL
- MySQL Workbench
- Express.js
While not necessary to run the program via the live link above, you may get a local copy up and running by following these simple steps:
- Clone the repo
git clone git@github.com:cynthiwu/eat-burger.git
- Install NPM packages (i.e., Inquirer)
npm install
This project can be used to add, track and remove burgers they'd like to eat! A user can submit a new burger name, which will displayed in the "Burgers to Eat" section of the page. Each burger has a "Devour it!" button which can be clicked to be moved to the "Burgers Eaten" section on the right-hand side of the page.All data is stored on a database, devloured or not.
Watch the video below to see how the program works.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
None
Cynthia Wu - @cynthia21wu - cynthia21wu@gmail.com
Project Link: https://github.com/cynthiwu/note-taker Live Link:https://salty-badlands-51907.herokuapp.com/