/Project-2

Primary LanguageJavaScript

On The Go Recipes

  1. Description
  • This app allows users to enter and view recipes. Users can enter new recipe with a description, type of food by geography, and as many ingredients as necessary. On the main page users can view recipes by geographic region, and can click on a specific recipe to view the underlying ingredients and description.
  1. Technologies used
  • MySQL relational database for querying and saving recipes and their ingredients.
  • Sequelize library for object relational mapping with our MySQL tables.
  • .handlebars HTML page for viewing data and user-input form.
  • d3.js library for bubble chart on recipe food type that dynamically resizes as more recipes are entered.
  1. View the application at https://on-the-go-recipes.herokuapp.com