This is a food website which is basically shows the data of all the nearby restaurant in form of cards and you can check the distance of the restaurant from your place and when any user click on any of the card then then whole menu of that restaurant wil shown to the user .
Thers's a search bar in the main component where user can search for thier restaurant and if no animantion is found then also a cool animantion is shown to the user.
- Features
- Prerequisites
- Getting started
- Project structure
- Technology used
- Browse nearby restaurants
- View Restaurant menu and details
- Cart Management
- User authentication
- Responsive design for various device
Before you begin make sure that you have the following into you system
- Git
- Node
-
Clone the repositary
git clone https://github.com/codERSunny812/FreshFood.git
-
Navigate to the project
cd FreshFood
-
Install the dependencies
yarn
-
Run the development Server
yarn run dev