A Frontend Clone of the famous Food Delivery Application Zomato.
Live Demo: https://zomato-frontend-clone.web.app/
Zomato Clone is a clone of the famous Food Delivery Application : Zomato
It is a web application which is developed, to replicate a platform for the users to order food from the restaurants in the city of Bangalore/Delhi NCR/Mumbai and Chennai.
Fork the project by clicking on the similar button below :
Clone the project repository from GitHub, using the command git clone https://github.com/YOUR_USERNAME/zomato-clone.git
, in your local machine.
After cloning, move into the project repository, using the command cd zomato-clone
, in your local machine.
Then, use the following npm
commands to run the project.
Add your contribution to the project by making the necessary changes.
Changes can be the following:
- Add new features to the project.
- Add new functionality to the project.
- Fix bugs in the project.
- Make the project more user-friendly and responsive.
NOTE
Make sure, you have Node.js v14+ installed on your machine, to run the project successfully.
Install the project dependencies using the command npm install
, in your local machine.
Run the project using the command npm start
, in your local machine.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed !!