Lab 02: Code Implementation Report

Back to Lab 02 Dashboard


1. Introduction

This lab involves implementing a web-based solution for the HospitalDB database system. The solution includes interfaces for patient registration, staff login, department management, employee/doctor information, appointment booking, and hospital information display.

2. Implementation Details

The project consists of the following HTML pages:

3. Design Decisions

The interfaces are built using HTML with CSS styling for enhanced user experience. The design follows a modern, clean aesthetic with a blue and white color scheme. A consistent navigation bar is used across all pages for easy navigation. The layout utilizes flexbox and grid systems for responsive design, ensuring proper structure and alignment. Interactive elements include hover effects on cards and buttons, creating an engaging user interface. The stylesheet.css file contains shared styles to maintain consistency across all pages.