Skip to content

shetty-nithin/roomz.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinkedIn


About The Project

This is an user interface for roomZ.com website.

Features :

  • Signup / Singin / Signout
    An user can create an account and login into the account to book the rooms and logout.

  • User can search for the suitable room based on the type of accomodation (hotel/apartment/resort/villa/cabin), price range and location.

  • User can book the room after logging into the account.

  • User cannot book the room if it is already booked with conflicting date.

Built with :

  • MongoDB

  • Express.js

  • React.js

  • Node.js



Installation


  1. Run the following command in the terminal to clone the repository

    git clone https://github.com/shetty-nithin/roomz.com.git
  2. Go inside the root folder

  3. Install NPM packages

    npm install
    
  4. For the development mode, change the start script from "node app.js" to "react-scripts start"

     "scripts": {
         "start": "react-scripts start",
         "build": "react-scripts build",
         "test": "react-scripts test",
         "eject": "react-scripts eject"
     }
  5. Run the server

    npm start

Demo

Customer Interface

customer.Interface.mp4

About

hotel room booking website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors