Cook This
is designed for students who need to make something quick and easy. It allows a user to choose from a list of 20 popular ingredients and returns a recipe that includes those ingredients. Once the user finds a recipe they're interested in, they can click on the image and it will take them to the url linked to that recipe with more specific cooking instructions.
The app features a responsive design which can be viewed on mobile devices with end-to-end cypress testing.
This app uses the Edamam API which scrapes the web for recipes which match a keyword, or in this case, an ingredient.
- Fork this web app to your own Github account
- Clone the repository to your local machine
cd
into the file- Run
npm install
- Run
npm start
and visitlocalhost:3000
- Search function so the user can get more specific with their search (i.e. lobster mac and cheese)
- Ability to favorite recipes they like