Skip to content

sted1994/whats-cookin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What's Cookin'?

Contributors:

Overview:

What's Cookin' is an app to help find recipes and plan what to cook. A user can either search for a specific tag or title, or they can browse recipes in each tag or all the recipes available. Once the user has chosen a recipe they would like to try, they are able to add it to their 'To Cook' list. If there is a recipe they like and would like to keep easily accessable, they can add it to their 'Favorites' list. If their favorites list gets long, they can serch within their favorites to find what they are looking for. Additionally, if the user decides they no longer want a recipe in their favorites, they can delete it.

Technologies Used:

JavaScript, Mocha, Chai, Webpack, GitHub, GitHub Projects

Install/Setup:

1- On the top right corner of this page, click the Fork button.

2- Once forked, click the green Code button, and copy the remote address.

3- In the terminal, type the following, replacing [remote-address] with the address copied during step 2, above.

git clone [remote-address]

4- Staying in the terminal, run npm install, then npm start

5- Slightly further up you will see a local website. Copy and paste this in your browser to view it locally. Screen Shot 2022-04-03 at 3 11 22 PM

The details of this project are outlined in the project spec.

How to View Code in Action:

Visit the website.

Gif

  • Search by name and by tag

attempt 3

  • Add to Favorites and Delete One cookin

  • Search Favorites by name and by tag

two cookin

  • Add to Recipes To Cook and Delete

attempt 6

  • Add ingredients to shopping list

Cookin 666

  • Add ingredients to pantry

cookin add salt

What is next?

Fine tune some of the user experience, and change 'units' to what the unit is, such as cups, tsp, esp.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.6%
  • CSS 12.4%