Skip to content

Latest commit

Β 

History

History
73 lines (54 loc) Β· 2.72 KB

File metadata and controls

73 lines (54 loc) Β· 2.72 KB

🍲 Recipe Book App

A user-friendly full-stack Recipe Book App that allows users to discover, add, manage, and interact with delicious recipes. Built with React, Firebase, Express.js, and MongoDB, the app includes features like top recipes, wishlist, user authentication, like system, and more β€” tailored for food lovers.

πŸ”— Live Website: https://assignment-10-auth-1f744.web.app
πŸ“¦ Client Repository: GitHub Client
πŸ› οΈ Server Repository: GitHub Server


🌟 Key Features

  • πŸ” Authentication System with Firebase (Email/Password + Google Sign-In)
  • 🍽️ Add, Update & Delete Recipes with form validation & private route protection
  • ❀️ Like Functionality with real-time like count updates (excluding own recipes)
  • 🌍 Filter Recipes by Cuisine type (e.g., Indian, Italian, Mexican)
  • πŸ† Top Recipes Section sorted by most liked recipes
  • πŸŒ™ Dark/Light Theme Toggle support on the homepage
  • 🎨 Stunning UI using Tailwind CSS and animation libraries like:
    • react-awesome-reveal
    • react-simple-typewriter
  • πŸ“± Fully Responsive Design (Mobile, Tablet & Desktop)
  • ☁️ Client hosted on Firebase, Server on Vercel

πŸ“š Pages Overview

πŸ“Œ Public Routes:

  • Home Page
    • Banner/Slider
    • Top Recipes Section (6 most liked)
    • Extra Food-Themed Static Sections
  • All Recipes Page
    • Grid layout with filtering by Cuisine Type
  • Login Page
  • Register Page
  • 404 Not Found Page (Food-themed, no navbar/footer)

πŸ”’ Private Routes:

  • Add Recipe Page
  • My Recipes Page (CRUD operations only on user's own recipes)
  • Recipe Details Page (Like functionality and recipe info)

  • / β†’ HomeLayout (protected)
  • /allrecipes β†’ All recipes (protected)
  • /addrecipes β†’ Add a new recipe (protected)
  • /profile β†’ User profile (protected)
  • /users/:id β†’ Recipe details (dynamic route)
  • /myrecipes β†’ User’s recipes
  • /login β†’ Login page
  • /signup β†’ Signup page

πŸ”§ Tech Stack

Frontend Backend Auth Database Deployment
React, Tailwind Express.js Firebase Auth MongoDB Firebase (client), Vercel (server)

βš™οΈ Environment Variables Used

  • VITE_API_URL – for server connection
  • VITE_FIREBASE_API_KEY, VITE_AUTH_DOMAIN, etc. – Firebase config
  • MONGODB_URI – MongoDB URI (hidden in .env)