This project is a modern, responsive web-based portal for managing facility reservations at Koç University. It is built using static HTML and Tailwind CSS for rapid UI development and mobile-friendly layouts.
- Search and reserve facilities
- View and manage bookings
- Student availability tracking
- Power BI report integration
- Consistent, mobile-responsive sidebar navigation
- Modern card layouts for facility information
facility-reservation/
├── index.html
├── search-reserve.html
├── booking-details.html
├── my-reservations.html
├── manage-reservations.html
├── student-availability.html
├── powerbi-dashboard.html
├── powerbi-reports.html
- Each
.htmlfile represents a major page or workflow in the portal. - There are no subfolders; all files are at the root for simplicity.
index.html: Main dashboard and navigation entry pointsearch-reserve.html: Search and reserve facilitiesbooking-details.html: Detailed booking informationmy-reservations.html: View your reservationsmanage-reservations.html: Admin view to manage all reservationsstudent-availability.html: Check student availabilitypowerbi-dashboard.html: Power BI dashboard viewpowerbi-reports.html: Embedded Power BI analytics
- HTML5
- Tailwind CSS (via CDN)
- SVG icons for UI
- No backend or JavaScript frameworks required
- To add new pages, duplicate an existing
.htmlfile and update the content as needed. - Sidebar navigation is consistent across all pages for easy navigation.
- All styles are handled via Tailwind utility classes and a small amount of custom CSS in each file.
Open any .html file in your browser. No build step or server is required.
- KU Campus IT Team
MIT License