Forkify is a web application that allows users to search for recipes, view details, bookmark their favorite recipes, and add their own recipes.
- 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.
- JavaScript (ES6+)
- HTML
- SASS
To get started with the Forkify project, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/forkify.git
- Navigate to the project directory:
cd forkify
- Install any necessary dependencies (if applicable):
npm install
- Open index.html in your browser to view the project.
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.
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.