Technology Stack used :- React.js Node MySql Express
Use npm start in both Frontend_ and Backend folders to run the files I have also provided a dump SQL File which i have used here for displaying
Things Done:- Landing Page Room Booking feature:- after clicking on book rooms users can see an array of rooms , the data of all the rooms including the hotel name , description , price and availability is fetched from the database(MySql here), after clicking on Book Rooms the availability of rooms decreases by 1.....it also shows alerts that room is booked and instructs you to refresh the webpage
Things Incomplete:- Authentication Page:-Due to time constraint this part was left incomplete , I have done authentication in my earlier projects so i thought of leaving this part for this time due to shortage of time .(please pardon me for this)