Skip to content

A Frontend project in react.js which is just a basic Food Recipe website.

Notifications You must be signed in to change notification settings

Abhijitkr/Food-Recipe

Repository files navigation

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

About

A Frontend project in react.js which is just a basic Food Recipe website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published