react-hotel-booking-app
react-hotel-booking-app copied to clipboard
A React app that manages the process of booking a hotel room.
A React application that manages the process of booking a hotel room
:point_right: Preview here
Features
- [x] responsive app
- [x] search bar with checkin & checkout calendar
- [x] save the selected search filters in local storage
- [x] update reservation summary with the search data
- [x] add price discount when the url has the promo_code parameter (website.com?promo_code=10)
Tech Stack
- [x] react
- [x] react-datepicker
- [x] react-router-dom
- [x] node-sass
- [x] bootstrap
Execute
npm run start
npm run build
npm run test