This is an user interface for roomZ.com website.
-
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.
-
Run the following command in the terminal to clone the repository
git clone https://github.com/shetty-nithin/roomz.com.git
-
Go inside the root folder
-
Install NPM packages
npm install -
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" }
-
Run the server
npm start