Skip to content

SylviaMakuch/the-cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Cookbook

Screen Shot 2022-04-07 at 8 36 38 PM The Cookbook is a web application that allows users to search for and save recipes. It is built using HTML, CSS, JavaScript, and the MealDB API.

How to use

Open The Cookbook website. Use the search bar to find a recipe by name, ingredient, or cuisine. Click on a recipe to view the details, including ingredients, instructions, and nutritional information. Click the "Save Recipe" button to save the recipe to your favorites. Click the "My Favorites" button to view your saved recipes.

Features

Allows users to search for recipes by name, ingredient, or cuisine. Displays recipe details, including ingredients, instructions, and nutritional information. Allows users to save recipes to their favorites and view their saved recipes.

Technologies used

HTML CSS JavaScript Spoonacular API

Setup

To run this application on your local machine, follow these steps:

Clone this repository: git clone https://github.com/SylviaMakuch/the-cookbook.git Obtain an API key from Spoonacular. Create a .env file in the root directory of the project. Add your API key to the .env file like this: API_KEY=your_api_key_here. Open the index.html file in your web browser. Enjoy The Cookbook! License The Cookbook is released under the MIT License. Feel free to use it for any purpose.

Screen Shot 2022-04-07 at 8 35 28 PM

image