Menu Mate is a simple and convenient web application that provides the daily hostel mess menu for ITER (Institute of Technical Education and Research). It allows users to easily check today's menu and view tomorrow's menu in advance, making meal planning hassle-free for hostel residents.
code
: Contains all the code files.index.html
: Main page of the application.styles
: Contains all the styles for the UI.scripts
: Handles dynamic updates and data fetching from JSON.menu
: Stores the menu data.We welcome contributions to enhance the project! If you'd like to contribute:
Fork the repository:
Clone your forked repository:
git clone https://github.com/yourusername/menu-mate.git
Create a new branch for your feature:
git checkout -b feature-branch-name
Make your changes and commit them:
git commit -m "Description of the changes"
Push your changes to the forked repository:
git push origin feature-branch-name
Submit a Pull Request:
This project is licensed under the MIT License, so feel free to use the code and contribute under the terms of that license.