A responsive food ordering web application with interactive cart functionality, built using HTML5, CSS3, and Vanilla JavaScript.
- Interactive Menu: Browse food items with images and descriptions.
- Cart System: Add/remove items, update quantities, and calculate total prices in real-time.
- Mobile-Friendly: Responsive design for all screen sizes.
- Clean UI: Modern styling with CSS Flexbox/Grid.
- Frontend: HTML5, CSS3, JavaScript (ES6+)
- Deployment: Netlify
- Persistent Cart: Implement
localStorage
to save cart data between sessions. - UI Animations: Add smooth transitions for a more polished user experience.
- API Integration: Fetch menu data from a mock backend (e.g., JSON Server).
- Clone this repository:
git clone https://github.com/your-username/restaurant-app.git
- Open index.html in your browser.