Skip to content

Tjanelidze/forkify-project-vanilla-js

Repository files navigation

Forkify Project

Overview

This project was developed as a part of the Jonas Schmedtmann's "The Complete JavaScript Course 2023: From Zero to Expert!" course. It's a web application that allows users to discover and manage recipes. You can search for recipes, view details, and even add your own recipes.

Forkify Screenshot

Features

  • Search Recipes: Use the search bar to find your favorite recipes from a vast collection.
  • View Recipe Details: Get detailed information about each recipe, including ingredients and cooking instructions.
  • Save Bookmarks: Bookmark your favorite recipes for quick access.
  • Add Your Recipes: Contribute to the database by adding your own recipes.

Technologies Used

How to Use

  1. Search for Recipes:

    • Enter the name of a recipe you want to find.
    • Click the search icon.
  2. View Recipe Details:

    • Click on a recipe card to view detailed information about the recipe, including ingredients and cooking instructions.
  3. Save Bookmarks:

    • Click the heart icon on a recipe to add it to your bookmarks.
  4. Add Your Recipes:

    • Click on the "Upload Recipe" button.
    • Fill in the required details for your recipe, including title, ingredients, and instructions.
    • Click the "Upload" button to add your recipe to the database.

Author