179 words
1 minute
Fast Order
🍕 Fast Order – Pizza Ordering App
Fast Order is a responsive pizza ordering app built with React.js, featuring modern navigation, clean UI, and efficient state management.
✨ Features
- 🍕 Easy Pizza Ordering – Enter your name, address, and location
- ⏱️ Estimated Arrival Time – Get real-time delivery estimates
- 🧭 Smooth Navigation – Powered by React Router with
useFetch&actionLoader - 📦 State Management – Managed cleanly with Redux Toolkit
- 📱 Responsive UI – Mobile-friendly design with Tailwind CSS
- 🎯 User-Friendly Interface – Intuitive and fast ordering experience
🚀 Live Demo
🛠️ Tech Stack
- React.js – Component-based UI development
- React Router – For seamless in-app routing
- Redux Toolkit – Simplified and powerful state management
- Tailwind CSS – For modern, responsive styling
- JavaScript – Application logic
🔑 Core Components
- Order Form – Collects user info (name, address, location)
- Pizza Menu – Shows available pizzas and customization options
- Order Summary – Displays order details and delivery time
- Navigation – Built with React Router for fast transitions
⚙️ Getting Started
# 1. Clone the repogit clone https://github.com/Ali-Umed/fast-order.git
# 2. Go to the project directorycd fast-order
# 3. Install dependenciesnpm install
# 4. Start the dev servernpm start