DishCovery is a React based food website that allows users to search for and view varieties of menus, recipes and wines. It was built using the Spoonacular API
- Users can search for menu items, recipes and wines.
- Users can view varieties of menu items, recipes and wines in detail.
- Users can subscribe to a newsletter.
React React Router React Query React Icons React Toastify Harmburger React Axios TailwindCss
DishCovery.demo.webm
The live site for DishCovery is https://dishcovery.netlify.app/
- Clone the project
git clone https://github.com/ChinatuL/DishCovery.git
- Go to project directory
cd DishCovery
- Install dependencies
npm install
- Start local server
npm run dev
Your application should be running on http://localhost:5173