Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.03 KB

README.md

File metadata and controls

47 lines (29 loc) · 1.03 KB

Food Recipe Website - Visit Now

This is a simple React application for a food recipe website. Users can browse various recipes, view ingredients, and save their favorite dishes.

Features

Browse Recipes

  1. Visit the homepage to see a search for the desired recipe.
  2. Click on a recipe to view details, including ingredients.

Save Favorite Dishes

  1. Click on the "Add to Favorite" button in the recipe details page.
  2. Saved recipes can be accessed later from the "Favorites" page.

Installation

  1. Clone the repository:

    git clone https://github.com/Abhijitkr/Food-Recipe.git
  2. Navigate to the project directory:

    cd Food-Recipe
  3. Install dependencies using npm:

    npm install
  4. Don't forget add environment variable file, example provided in the root of the repository (.env.example)

Usage

  1. Start the deployment server

    npm run dev
  2. Open your browser and go to http://localhost:5173