A recipe app made using ReactJS. User can search for meals and recipes in search
page. User can see all the categories in category
page and can get all meals filtered by category from the category-search
page and user can get the recipe details and all the other instructions with available youtube video from the recipe
page.
Api Used - Meal Db Api
Live Link - https://recipe-realm-olive.vercel.app/
ReactJS (React-Router, Zustand, Axios), DaisyUI, TailwindCSS
Just copy all the file then run these two commands -
To install all the dependencies -
npm i
To start the project -
npm run dev