A responsive Food Order App built with React that simulates browsing a menu, adding items to a cart, and reviewing your order — perfect for demonstrating practical frontend skills using React.
🔗 Live Demo: https://niwani.github.io/Food-Order-App-reactjs-/ (GitHub Pages)
This project showcases a simple yet functional food ordering interface built with modern frontend tools. Users can:
- Browse a list of foods or menu items
- Add items to a shopping cart
- Adjust item quantities
- View the total price in the cart
Although this project does not include backend services, it’s a great example of how a React UI can manage state and user interaction for ordering workflows. :contentReference[oaicite:1]{index=1}
- 🛒 Responsive UI with food listings and cart interface
- ➕ Add items to cart with quantity control
- ❌ Remove items or adjust quantities
- 💰 Real-time cart total calculation
- 🔁 Reset or modify selections before checkout
This project is built using:
- ReactJS — functional components & hooks
- JavaScript (ES6+)
- CSS / Responsive Layouts
- Vite (or Create React App if specified in package.json)
These are core skills for frontend roles and demonstrate practical proficiency in current React development.

