Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.43 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.43 KB

Dishcovery Realm: Recipe Discovery App

Dishcovery Realm Homepage
A delightful recipe app built with Next.js and React, offering a seamless experience for exploring, saving, and sharing culinary creations. Cook, discover, and savor!

📖 Overview

Dishcovery Realm is a frontend web application designed for food enthusiasts, featuring a curated collection of recipes with intuitive browsing and responsive design. It showcases modern web development practices with a focus on performance and user experience.

✨ Features

  • Recipe Exploration: Browse and search a diverse library of recipes with dynamic rendering.
  • Responsive Design: Sleek, mobile-friendly UI crafted with Tailwind CSS.
  • Image Optimization: Vibrant, fast-loading food visuals powered by sharp.
  • Intuitive Navigation: User-friendly interface for seamless recipe discovery.

🛠️ Tech Stack

  • Frontend: Next.js 14, React 18, Tailwind CSS
  • Libraries:
    • sharp: For image optimization
  • Tools: ESLint, PostCSS

🚀 Getting Started

Prerequisites

  • Node.js (v18 or higher)
  • npm or yarn

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/dishcovery-realm.git
    cd dishcovery-realm
  2. Install dependencies:
    npm install
    npm run dev
  3. Build for Production:
    npm run build
    npm start