Skip to content

A simple hotel reservation system built as a student project using PHP, MySQL, HTML, CSS, and JavaScript.

Notifications You must be signed in to change notification settings

Poorna-Raj/hotel-reservation-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hotel Reservation System

A simple hotel reservation system built with PHP (backend) and HTML/CSS/JavaScript (frontend). This project allows users to search for available rooms, make reservations, and manage bookings through an interactive interface.

Technologies Used

  • PHP – Backend scripting and database interaction
  • MySQL – Database to store hotel and booking information
  • HTML/CSS – Structure and styling of the frontend
  • JavaScript / jQuery – Interactivity and dynamic content

Features

  • User can view available rooms
  • Make and manage reservations
  • Admin panel to view bookings (future feature)
  • Modular backend with database integration
  • Separated frontend/backend for collaborative development

Setup Instructions

  1. Clone the repository:
    git clone https://github.com/Poorna-Raj/hotel-reservation-system.git
    
  2. Navigate to the project directory:
    cd hotel-reservation-system
  3. Set up your database:
  • Import the SQL schema in your MySQL server

  • Configure backend/db_connection.php with your DB credentials

  1. Run the project on a local server (e.g., XAMPP, WAMP, MAMP, or PHP’s built-in server)
  2. Access via browser:
    http://localhost/hotel-reservation-system/frontend/index.html
    
    

Collaboration

This project is being developed by:

Backend: Poorna Rajapaksha

Frontend: Arosha Bandara

Each developer works on a separate branch (backend-branch, frontend-branch) and merges changes to the main branch after testing.

About

A simple hotel reservation system built as a student project using PHP, MySQL, HTML, CSS, and JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •