Skip to content

pranaydwivedi444/Forkify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forkify

Find best recipies for your tasty dishes image DEMO LINK - https://forkify-project-recipe.netlify.app/

Forkify

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.

Features

  • 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

Tech Stack

Client: JavaScript HTML CSS Webpack Babel Food2Fork API

Run Locally

  • 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

Acknowledgements

  • Jonas Schmedtmann - Inspiration and guidance for the project