Recipe hunt search and find perfect recipe for you.
-
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.
- Nextjs
- Typescript
- tailwindcss
- @headlessui/react
- redux-persist
- react-redux
- @reduxjs/toolkit
- themealdbapi
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