Skip to content

mr-ryan12/whats-cookin-starter-kit

 
 

Repository files navigation

Whats Cookin

Table of Contents

Abstract

This application allows a user to view, favorite, search and save recipes.

Screenshots

View of the main page
home-view

View, favorite and save recipes you like
all-recipes

Search for a specific recipe based on ingredient, name or tag
search-all-recipes

Search within your favorites
search-favorites

Users are able to see what ingredients they have in their pantry
pantry-view

Users can add ingredients to their pantry and use ingredients from their pantry to cook a meal
buy-ingredients

Technologies

JavaScript
HTML
SCSS
Mocha
Chai
Webpack
Node.js

Setup

  • Clone these repositories down to your local machine by running:
    [email protected]:mr-ryan12/whats-cookin-starter-kit.git https://github.com/turingschool-examples/whats-cookin-api
  • In seperate tabs, cd into whats-cookin and whats-cookin-api directories
  • In each directory, run npm install
  • In each directory, run npm start to start your local server
  • Visit http://localhost:8080/ in your web browser

Links

Checkout the Turing spec sheets here and here

Challenges and Wins

This was our first project that included Webpack and utilized fetch calls. It was interesting to learn about the process of fetching data and using it in our application.

Contributors

Phil Lewis
Oscar Cortez
Ryan McBride

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.5%
  • SCSS 10.2%
  • HTML 6.3%