Turing 2103 FE Mod 2 Partner Project What's Cookin (Grains of Paradise). Deployment Link: Grains of Paradise
This is a recipe tracking application designed to be viewed on a mobile device although it can also be viewed on larger screens. Users can view a list of recipes, favorite recipes, and choose recipes to cook. Users can filter recipes by tag, and can search for recipes based on ingredients or recipe name.
Users can scroll through a list of recipes
Users can click on a recipe to learn more information about it
Users can favorite recipes and view them later
Users can choose recipes to cook later and view those as well
Users can search through all recipes/favorite recipes by recipe name or ingredient name
Users can also filter recipes by tag
- JavaScript
- HTML
- CSS
- Mocha
- Chai
- Webpack
- Fetch API
- Clone copy of repo to your machine:
git@github.com:tylrs/whats-cookin.git
- CD into the directory
- In the terminal, run
npm install
- After that, in a different directory outside of the whats-cooking directory, clone this repo:
git@github.com:turingschool/What-s-cookin--starter-kit-API.git
- CD into the directory then run
npm install
and thennpm start
- In a different terminal, CD back into your whats-cooking directory
- Now run
npm start
and a link for the webpack will appear:http://localhost:8080/
- In your browser, set the view to
iPhone X
to see it in its mobile view.
- Adding a rating system for users to use on recipes they interact with
- Choose to add recipes to cook on specific days of the week and see a calendar displayed with those recipes
- Compare a user's pantry, which contains a list of ingredients, to each recipe, and see if they the right ingredients to make a recipe.