A bootcamp assignment to create a burger logger with MySQL, Node, Express, Handlebars and a homemade ORM. Built following the MVC design pattern; using Node and MySQL to store, query and route data, and Handlebars to generate the HTML. jQuery, Google Fonts and ionicons were also used in app production.
A deployed version can be viewed here.
-
Burger Tracker! 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, the 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.
AS A user, I want to be able to keep track of burgers I want to eat and ones I have eaten
- In HTML, semantic tags have been used to aid with accessibility.
- The site is built using a Bootstrap CSS framework.
- The use of Bootstrap minimises the need for media queries.
- See Bootstrap documentation for more information.
- jQuery powers the dynamic rendering of the html content based on user input.
- Google Fonts supplied custom fonts.
- ionicons is used to add custom icons.
To clone the repo:
git clone git@github.com:jfisher396/burger.git
Built by James Fisher. This application is released under MIT license.
Not seeking contributions at this time.
- GitHub Username: jfisher396
- Email: james@james-fisher-web-developer.com
==========