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.
- Visit the homepage to see a search for the desired recipe.
- Click on a recipe to view details, including ingredients.
- Click on the "Add to Favorite" button in the recipe details page.
- Saved recipes can be accessed later from the "Favorites" page.
-
Clone the repository:
git clone https://github.com/Abhijitkr/Food-Recipe.git
-
Navigate to the project directory:
cd Food-Recipe
-
Install dependencies using npm:
npm install
-
Don't forget add environment variable file, example provided in the root of the repository (.env.example)
-
Start the deployment server
npm run dev
-
Open your browser and go to http://localhost:5173