ReactSwigZo

This app emulates a pizza ordering service where users can select and order pizzas. Developed using React and Redux, it showcases basic functionalities such as state management and user interaction.
Technologies
reactcppnodemongodbsql
Overview
ReactSwigZo is a pizza ordering application that demonstrates core React and Redux concepts. Users can browse the menu, select pizzas, customize their orders, and complete the checkout process.
Features
- Interactive menu with pizza selection
- Cart management
- Order customization
- Checkout flow
- State management with Redux
Tech Stack
- Frontend: React
- State Management: Redux
- Build Tool: Vite
Getting Started
git clone https://github.com/souravkhan12/React-SwigZo
cd React-SwigZo
npm install
npm run dev