Skip to content

Hotel Management system with Firebase database & authentication. Dashboard included.

Notifications You must be signed in to change notification settings

Nabia-Sheikh/hotel-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hotel Management System with Admin Panel.

This project is part of the Course of Web & Hybrid development which is taken at Grand Hackathon.

Repository of Admin Panel

https://github.com/Nabia-Sheikh/hotel-management-admin

Demo of Site

https://hotel-management-by-nabia.netlify.app/

Demo of Admin Panel

https://hotel-admin-by-nabia.netlify.app/

Features

  • Clean Design
  • Responsive
  • Featured Rooms
  • Rooms list
  • Room filteration
  • Single page of Room
  • Room booking with Specific Account
  • Private Routes
  • Authentication
  • Validation
  • Booking details page
  • Booking tracking

Tech Stack

Client: React, Redux, React-Bootstrap , Bootstrap

Server: Firebase Realtime Database, Firebase Authentication

Run Locally

Clone the project

  git clone https://github.com/Nabia-Sheikh/hotel-management-system.git

Go to the project directory

  cd hotel-management-system

Install dependencies

  npm install

Start the server

  npm start