https://github.com/damiieibikun/bornian-pharmaceuticals
Bornian Pharmaceutical Booking Application
https://github.com/damiieibikun/bornian-pharmaceuticals
async-await bootstrap5 classes-and-objects html5 javascript object-oriented-programming tailwind-css
Last synced: about 2 months ago
JSON representation
Bornian Pharmaceutical Booking Application
- Host: GitHub
- URL: https://github.com/damiieibikun/bornian-pharmaceuticals
- Owner: Damiieibikun
- Created: 2024-09-06T10:02:36.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-23T17:12:17.000Z (about 2 months ago)
- Last Synced: 2025-03-23T17:35:29.547Z (about 2 months ago)
- Topics: async-await, bootstrap5, classes-and-objects, html5, javascript, object-oriented-programming, tailwind-css
- Language: HTML
- Homepage: https://damiieibikun.github.io/Bornian-Pharmaceuticals/
- Size: 2.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hospital Booking System
This is a web-based **Hospital Booking System** that allows patients to book appointments with available physicians based on their preferred date and time. The system also provides a quick diagnosis feature based on selected symptoms.
## 🚀 Features
- **User-friendly booking form** for scheduling appointments
- **Doctor availability check** based on specialization and timing
- **Quick diagnosis** based on symptoms
- **Validation for user inputs** such as email, phone number, and date
- **Responsive UI** built with Bootstrap## 🛠️ Technologies Used
- **HTML** for structuring the web pages
- **CSS (Bootstrap and Tailwind)** for styling and responsive design
- **JavaScript (ES6+)** for form validation, dynamic doctor listing, and appointment handling## 🎮 How to Use
1. **Visit the homepage** (`index.html`).
2. **Click "Book Appointment"** to navigate to the booking page.
3. **Fill in personal details**, select symptoms (if applicable), and choose a doctor.
4. **Pick a date and time** for your appointment.
5. **Check doctor availability** and confirm the booking.
6. **View your appointment details** after successful booking.## 🛠️ Installation & Setup
- **Open `index.html` in a browser**
- No additional setup required (static web project).