A modern food ordering app built using React, Tailwind CSS, Redux Toolkit, and MUI. The app provides users with a seamless experience for browsing food items, adding them to the cart, and managing orders.
- Responsive UI: Fully optimized for mobile and desktop screens.
- Food Listing: Displays food items with images, prices, and ratings.
- Cart Management: Users can add/remove items from the cart.
- Driver Management: Simulated driver assignment system.
- Smooth Animations: Uses Framer Motion for animations.
- Persistent Cart: Stores cart items using redux state and local storage.
- Frontend: React, Tailwind CSS, Material UI (MUI)
- State Management: Redux Toolkit
- Animations: Framer Motion
- Optimizations: React Memo,Memo,UseCallback for optimizations
## 🏗️ Installation & Setup
1. **Clone the repository**
```sh
git clone https://github.com/yourusername/food-ordering-app.git
cd food-ordering-app
- Install dependencies
npm install
- Start the development server
npm run dev
Feel free to fork the repo and submit pull requests! 🚀