A modern React-based e-commerce frontend for sushi delivery in the UAE.
- Responsive design for desktop, tablet, and mobile
- Shopping cart with localStorage persistence
- Product catalog with categories
- Checkout form (demo mode)
- Modern UI with TailwindCSS
- React 18 with TypeScript
- Vite for build tool
- TailwindCSS for styling
- React Router for navigation
- Context API for state management
- FontAwesome for icons
- Clone the repository
- Run
npm install - Run
npm run devto start the development server
- Browse products on the home page or menu
- Add items to cart
- View cart and adjust quantities
- Proceed to checkout (demo alert)
- Cart data persists in localStorage
This is a frontend-only demo. Backend, real payments, and database integration are not included but the structure allows for easy addition.