This project is a simplified version of Swiggy, allowing users to browse through a selection of restaurants and place orders. It utilizes live data fetched from the Swiggy API, providing a real-world experience similar to using the actual Swiggy app.
Before you begin, ensure you have met the following requirements:
- You have installed Node.js and npm (Node Package Manager).
- You have a modern web browser such as Google Chrome, Firefox, etc.
To run this application locally, follow these steps:
-
Clone the repository to your local machine.
-
Install NPM packages.
-
Since this application fetches data from the Swiggy API, you need to install the CORS Origin extension for your browser to bypass the same-origin policy restrictions.
-
Start the application.
-
Open
http://localhost:1234
in your browser to view the application. Before that ensure that you have any extension for Cross origin issue
Navigate through the application to explore restaurants, view menus, add items to your cart, and simulate placing an order.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Your Name - @your_twitter - [email protected]
Project Link: https://github.com/yourusername/SwiggyClone