The Hostel & Mess Management System is a front-end web project designed to simplify hostel and mess operations for students and administrators.
It allows users to view hostel details, check weekly mess menus, register as hostel residents, and get contact information — all within a simple and responsive web interface.
This project focuses on clean design, teamwork, and the fundamentals of HTML, CSS, and basic JavaScript.
| Name | Role | Description |
|---|---|---|
| Yogesh (Leader) | Lead Developer & JS Integrator | Project setup, JavaScript logic, and final integration |
| Saurabh Pandey (Vice Leader) | HTML Developer & Documentation | Static page creation and documentation |
| Ratan Gupta | UI Designer & CSS Contributor | UI layout and styling |
| Naval Kishor | Form Developer & Tester | Registration form and testing |
📄 See full role details in [team.md]
- HTML5 – Structure & content
- CSS3 – Layout & styling
- JavaScript (Basic) – Interactivity (menu display, form validation, etc.)
- GitHub – Version control & collaboration
hostel-mess-management/
│
├── index.html
├── about.html
├── mess.html
├── login.html
├── dashboard.html
├── student.html
├── complaints.html
│
├── css/
│ ├── style.css
│ ├── navbar.css
│ ├── dashboard.css
│
├── js/
│ ├── main.js
│ ├── login.js
│ ├── mess.js
│ ├── hostel.js
│ └── complaints.js
│
└── assets/
├── logo.png
├── hostel.jpg
├── mess.jpg
└── icons/