Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 1.14 KB

README.md

File metadata and controls

46 lines (39 loc) · 1.14 KB

DishCovery

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

Features

  • 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.

Tech Stack

React React Router React Query React Icons React Toastify Harmburger React Axios TailwindCss

Demo

DishCovery.demo.webm

Live Site

The live site for DishCovery is https://dishcovery.netlify.app/

Installation and Setup

  1. Clone the project
  git clone https://github.com/ChinatuL/DishCovery.git
  1. Go to project directory
  cd DishCovery
  1. Install dependencies
  npm install
  1. Start local server
  npm run dev

Your application should be running on http://localhost:5173

Author