Skip to content

devsayog/recipe-hunt

Repository files navigation

🚀 Recipe Hunt

Recipe hunt search and find perfect recipe for you.

Table of Contents

General Info

  • Recipe hunt search and find perfect recipe for you.

  • Place where you can search and find recipes for your favourite food.

  • It is single page application built with Nextjs.

  • It uses themealdbapi api for data.

    Screenshot

    Homepage

    Homepage Screenshot

    Searchpalette

    SearchPalette Screenshot

Technologies used

  • Nextjs
  • Typescript
  • tailwindcss
  • @headlessui/react
  • redux-persist
  • react-redux
  • @reduxjs/toolkit
  • themealdbapi

Set up

To run this project, first download or clone this repo

    // Install dependencies
    npm install
    // Run in development mode
    npm run dev
    // Build
    npm run build
    // Start Build site
    npm start