This project is a simple Recipe Book web application that fetches and displays random recipes using the Spoonacular API. Each time you refresh the page, a different set of 10 random recipes appears, showcasing variety every time.
- Fetches random recipes from the Spoonacular API
- Displays recipe images, titles, and ingredient lists
- Includes a "View Recipe" link to access full recipes
- Refreshing the page shows a new set of 10 recipes
- Responsive design for desktop and mobile screens
- HTML: Structure of the web app
- CSS: Styling and layout of the application
- JavaScript: Logic for fetching and displaying recipes
- Spoonacular API: Provides recipe data
- When you load the page, it will automatically fetch and display 10 random recipes.
- Refreshing the page will display a new set of random recipes.
- Click the "View Recipe" link under each recipe to see the full recipe on Spoonacular.
You can view the live demo here: (https://recipebook-sidra.netlify.app/)