Find best recipies for your tasty dishes DEMO LINK - https://forkify-project-recipe.netlify.app/
Forkify is a recipe search and bookmarking web app built using modern web development technologies, such as JavaScript, HTML, and CSS. The app allows you to search for recipes, save them to your local bookmarks, and even add your own custom recipes.
- Search for recipes using a keyword, ingredient, or category
- Filter search results based on various criteria, such as dietary restrictions or cooking time
- View detailed information about each recipe, including ingredients, cooking instructions, and nutrition information
- Save recipes to your local bookmarks for easy access later
- Add your own custom recipes to the app
- Automatically adjust recipe ingredients based on the number of servings
- Responsive design that works on desktop and mobile devices
- Integrated with the Food2Fork API for recipe search and retrieval
Client: JavaScript HTML CSS Webpack Babel Food2Fork API
- Prerequisites To run Forkify locally, you'll need to have Node.js and NPM (Node Package Manager) installed on your computer. You can download the latest version of Node.js from the official website: https://nodejs.org/en/download/. Clone the project
git clone https://github.com/pranaydwivedi444/Forkify
Go to the project directory
cd my-project
Install dependencies
npm install
Start the server
npm run start
Usage
- Jonas Schmedtmann - Inspiration and guidance for the project