A modern, client-side only web application for food ordering, built with pure HTML, CSS, and JavaScript. This project demonstrates frontend development skills with a focus on responsive design and interactive user experience.
- Interactive UI - Smooth animations and transitions
- Menu Browsing - Browse food items by categories
- Cart Simulation - Add/remove items and adjust quantities
- Responsive Design - Works on desktop, tablet, and mobile devices
- No Backend Required - Pure frontend implementation
- Frontend:
- HTML5
- CSS3 (with Flexbox and Grid)
- Vanilla JavaScript (ES6+)
- Font Awesome Icons
- Modern web browser (Chrome, Firefox, Safari, or Edge)
- No server or database required
-
Clone the repository
git clone https://github.com/your-username/food-ordering-web.git cd food-ordering-web -
Open in Browser
- Simply open
index.htmlin your preferred web browser - Or use a local development server like Live Server in VS Code
- Simply open
-
Running the Application
- No build step required
- Just open the
index.htmlfile in any modern web browser
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
