Skip to content

# Swiggy Clone A replicating Swiggy's food ordering and delivery platform. Built with React.js for the frontend, Redux Toolkit for state management, and tested using Jest. Features include user authentication, restaurant browsing, cart management, and order processing. This project demonstrates advanced React concepts.

Notifications You must be signed in to change notification settings

dhairyasonix/Swiggy-clone

Repository files navigation

Swiggy Clone using React

A food delivery app inspired by Swiggy, built entirely from scratch without using Create React App. It includes features like restaurant listing, search, filters, and dynamic cart management. The app integrates APIs and uses Redux for efficient state management and a seamless user experience and jest for dinamic testing. Test result is 88.76%

Disclaimer

This app is built solely for learning purposes and is not intended for commercial use.

Application Structure


app
│
├── Header
│   ├── Logo
│   ├── Navigation Bar
|   ├── Cart
│
├── Body
│   ├── Search
│   ├── Restaurant Container
│       ├── Restaurant Card    ├── ResturantInfo
│           ├── Image                   ├── ResturantCatogary  
│           ├── Restaurant Name              ├── ItemList
│           ├── Cuisine
│           ├── Rating
│           ├── Distance
│
└── Footer // this is not added
    ├── Copyright 
    ├── Company Address
    ├── Contact Information

# Key Features
-Comprehensive unit testing setup using Jest.
-Modular code structure for better scalability.
-Fully tested components and logic.

# api fetch
-use CROS extention if facing issue with fetch
-all api is prest in utils // change if swiggy has changed its api

# need Help?
-contact me over linkedin https://www.linkedin.com/in/dhairya160

/this app is dev by dhairyasonix /

About

# Swiggy Clone A replicating Swiggy's food ordering and delivery platform. Built with React.js for the frontend, Redux Toolkit for state management, and tested using Jest. Features include user authentication, restaurant browsing, cart management, and order processing. This project demonstrates advanced React concepts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages