Live demo: https://recipe-realm-131da.web.app/
- User registration and login using email, Google, or GitHub.
- Access to recipe details only for registered and logged-in users.
- Ability for users to save their favorite recipes.
- Display of most popular recipes on the website.
- User reviews of the recipes shown on the website.
- Profiles for the 6 experienced chefs, with multiple recipes for each chef.
- Responsive design for optimal viewing on desktop and mobile devices.
- Includes a dedicated section for blog posts.
To run RecipeRealm locally, follow these steps:
- Clone the repository to your local machine.
- Install dependencies
npm install
- Start the server
npm run dev