whats-cookin

What’s Cookin

Abstract:

This in an interactive web-based application that was developed to make the user’s experience searching for recipes, efficient and fun. The user is presented with an array of popular recipes on the main page. They are able to search and filter recipes based on their culinary choice. The user has the option to view more details of the recipe and save their favorite recipes to their own page, which can be selected in the navigation bar clicking Saved Recipes. The user is also able to see what ingredients are located in their pantry to complete the recipe clicking Your Pantry. The admin has accessibility to view a list of all the recipes and how many views each recipe has gotten to determine the most popular recipes.

Feature Spotlight

We successfully implemented MicroModal as seen in the GIF below. This provides users with an expanded view of any recipe they wish to see further with a detailed ingredient list, directions, and estimated cost. As a team we researched features to optimize the user experience and we decided MicroModal.js to be the best solution.

Installation Instructions:

  1. Open terminal and navigate where you would like to store the application.
  2. Click SSH and copy and paste git@github.com:Espressogoddess/whats-cookin.git into your terminal.
  3. cd into the repository on your local machine and run npm install or npm i to install project dependencies.
  4. Run npm start in the terminal to launch the API’s server.
  5. Open the link to your local server (listed in your terminal) in your web browser to view the live page.
  6. Control + C is the command to stop running the local server.

Preview of App:

demo

Context:

This project was completed in the 10th week of the Turing front-end software engineering program. We were required to synthesize technical information learned thus in the program, in addition to project management skills to create a fully functioning and accessible site. This project required additional research to implement new technologies.

Contributors:

Learning Goals:

Technologies Used:

Wins + Challenges:

Wins

Challenges: