Skip to content

ahmadmohammadirad2006/forkify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forkify Recipe App

Forkify is a web application that allows users to search for recipes, view details, bookmark their favorite recipes, and add their own recipes.

Features

  • Search Recipes: Find recipes by searching for keywords.
  • View Recipe Details: Get detailed information and instructions for each recipe.
  • Bookmark Recipes: Save your favorite recipes for quick access.
  • Add Your Own Recipes: Contribute your recipes to the application.
  • Local Storage: Recipes and bookmarks are saved in local storage, so your data persists across sessions.

Technologies Used

  • JavaScript (ES6+)
  • HTML
  • SASS

Screenshot

Forkify Screenshot

Installation

To get started with the Forkify project, follow these steps:

  1. Clone the repository:
git clone https://github.com/your-username/forkify.git
  1. Navigate to the project directory:
cd forkify
  1. Install any necessary dependencies (if applicable):
npm install
  1. Open index.html in your browser to view the project.

Course Information

This project was built as part of Jonas Schmedtmann's JavaScript course on Udemy, which covers modern JavaScript practices, asynchronous programming, and practical project building.

Contributing

Feel free to fork the repository and make improvements. If you find any issues or have suggestions, please open an issue or submit a pull request.