UrbanEats is a responsive web-based food and retail delivery platform. It allows users to explore nearby restaurants, track orders in real-time, and enjoy a seamless food-ordering experience.
- Filter & Category Sidebar: Static food categories (Pizza, Sushi, Indian, Burgers, Desserts) with rating & price filters.
- Restaurant Grid: Displays restaurant cards with image, cuisine, and rating.
- Track Order Page: Static form to check order status using Order ID.
- Light & Dark Mode: Dual-theme CSS with toggle for theme switching.
- Favorites System: Save restaurants to localStorage and view them on the Favorites Page.
- Dynamic Cart Page: Automatically calculates subtotal, delivery fee, and total
🖋️ HTML5 – Semantic structure, elements, and accessibility
🎨 CSS3 – Layout, colors and responsive design
⚙️ JavaScript (ES6) – Dynamic interactivity, filtering, dark mode, and form validation
URBANEATS/
│
├── .vscode/
│ └── settings.json
│
├── index.html
├── index.css
├── index.js
│
├── favourites.html
├── favourites.css
│
├── cart.html
├── cart.css
├── cart.js
│
├── track.html
├── track.css
├── track.js
│
├── login.html
├── login.css
│
└── README.mdVercel/Netlify recommended
- Fork and create a feature branch
- Commit with clear messages
- Open a PR with context and screenshots for UI changes
MIT. See LICENSE for details.