Guru booking is a hotel reservation website where users can search for hotels and based on location and user can check availability of hotels in particular hotel and book rooms on availability basis
Deployed Link : https://gurubooking.netlify.app/
Backend API Link :https://gurubooking.onrender.com
. react.js
. react-dom
. react-router-dom
. react-scripts
. node.js
. express.js
. mongoose
. cors
. dotenv
Homepage
### All Available hotels in the page
### Details of hotel page
You need latest version of NodeJS and Yarn installed, which is a dependency manager for Node/JS.
Once you have that, run following commands to get the project up and running:
git clone https://github.com/sivagurubilli/hotel-bookingapp.git
cd hotelbooking
npm install
npm run dev
Runs the app in developement mode.
Open https://localhost:5173 to view it in browser.
The page will reload when you make changes.
You may also seen any lint errors in the console.
npm run build
It correctly bundles React in production mode and optimizes the build for the best Performance.