Foodie is a sleek, responsive food delivery web app built using HTML5, CSS, and JavaScript. Designed for performance, accessibility, and user delight — it offers an effortless browsing and ordering experience across all devices.
⭐ Don’t forget to Star the repo if you like it — it helps others discover this project!
| Technology | Description |
|---|---|
| HTML5 | Semantic and accessible markup |
| CSS3 | Responsive styling and layout |
| JavaScript (ES6) | Dynamic UI and client-side interactivity |
| Deployment | Hosted on GitHub Pages for free, fast delivery |
✅ Fully Responsive — Works seamlessly on mobile, tablet, and desktop. 💡 Modern UI/UX — Minimalist design with smooth animations and intuitive navigation. 🛒 Smart Cart System — Add, edit, or remove items with instant price updates. ⏱️ Real-Time Tracking — Get live order status and estimated delivery time. 🔒 Secure Checkout — Integrated payment simulation with form validation. 🧩 Reusable Components — Modular, maintainable, and scalable architecture.
Follow these steps to run Foodie locally on your system 👇
git clone https://github.com/janavipandole/Hacktoberfest2025-Foodie.gitcd Hacktoberfest2025-FoodieSimply open the html/index.html file in your browser:
# Windows (PowerShell or CMD)
start "" html\index.html
# macOS
open html/index.html
# Linux
xdg-open html/index.htmlOr, use Live Server in VS Code:
- In VS Code, right‑click
html/index.html→ “Open with Live Server”
Load the extension for local testing:
- Open
chrome://extensions - Toggle “Developer mode”
- Click “Load unpacked” and select the
chrome extension/folder
This site’s entry file is at html/index.html. To use GitHub Pages:
- Option A: Move
html/index.html(and assets) to the repo root so the root hasindex.html. - Option B: Create a root
index.htmlthat redirects to/html/. - Option C: Use Pages “/docs” and move
html→docs.
We ❤️ open-source contributions! Whether it’s bug fixes, new features, or improving documentation — every contribution counts! 🌍
-
Fork this repository Click the Fork button on the top right corner of this page.
-
Clone your forked repo
git clone https://github.com/<your-username>/Hacktoberfest2025-Foodie.git
-
Create a new branch
git checkout -b feature/your-feature-name
-
Make your changes Add your improvements or fix bugs.
-
Commit your changes
git add . git commit -m "Added: new feature or improvement"
-
Push to your branch
git push origin feature/your-feature-name
-
Create a Pull Request Go to your fork on GitHub and click “Compare & pull request”. 🎉 That’s it! Wait for review and merge.
📘 For more details, see the CONTRIBUTING.md file.
This project proudly participates in Hacktoberfest 2025! Contribute meaningful PRs, learn new skills, and help the open-source community thrive. 👉 Register here: hacktoberfest.com
⚠️ Only quality pull requests will be accepted (avoid spam or irrelevant PRs).
This project is licensed under the MIT License. See the LICENSE file for full details.
👩💻 Maintainer: @janavipandole 📧 Contact: Open an issue or connect via GitHub.
If you found this helpful: ⭐ Star the repository 🍴 Fork it to contribute 📢 Share it with others
“Good food brings people together — so does open source.” 🍕💻

