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!
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.
- 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.
- Frontend: Next.js 14, React 18, Tailwind CSS
- Libraries:
sharp
: For image optimization
- Tools: ESLint, PostCSS
- Node.js (v18 or higher)
- npm or yarn
- Clone the repository:
git clone https://github.com/your-username/dishcovery-realm.git cd dishcovery-realm
- Install dependencies:
npm install npm run dev
- Build for Production:
npm run build npm start