This application is a group collaboration where we created a recipe tracking / meal planning application that allows users to view their favorite recipes and plan shopping trips around them. We got some of our inspiration from New York Times Cooking. Users should view a list of recipes, favorite their own recipes, and choose recipes to cook.
- Clone this repository down to your local machine
- Navigate into the
whats-cookin-starter-kit
directory - Run
npm install
- Run npm
start
- Copy
http:localhost//
in your browser to run live preview - Run
open index.html
in the terminal to test application
Users view all recipes available online.
Users can favorite a recipe and view it.
Users can click on a recipe in the list to see the directions and instructions.
Users can use the dropdown to search through filtered tags for recipes
Checkout the Turing spec sheet here
Checkout the our GitHub Repo here
- Add functionality for adding ingredients to user's Pantry
Stevie Ambroise
Lynn Nguyen
Lindsay Schnell
HTML
CSS
JavaScript
Fetch API
Webpack
SASS