This project is a Swiggy Clone built using React and Parcel. It dynamically fetches data using Swiggy's live APIs (captured via browser network inspector). It is not a static siteβall restaurant and food data are rendered dynamically using real-time API calls.
- Frontend: React.js
- State Management: Redux Toolkit (used for cart functionality)
- Bundler: Parcel
- Data Source: Swiggy Live APIs (accessed via Network Inspector)
- Dynamic fetching of restaurant listings and menus via Swiggy APIs
- Real-time rendering of food items and restaurant details
- Cart management using Redux Toolkit
- π Search: Allow users to search for restaurants or dishes
- π Improved Cart UI: Show total price, quantity updates, etc.
- π± Responsive Design: Enhance for mobile and tablet viewports
- π¬ User Reviews: Display reviews (if retrievable from APIs)
- π¦ Checkout Flow: Add mock or dummy payment process
git clone https://github.com/your-username/swiggy-clone.git
cd swiggy-clone
npm install
npm parcel src/index.html