Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 916 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 916 Bytes

A React application that manages the process of booking a hotel room




Features

  • responsive app
  • search bar with checkin & checkout calendar
  • save the selected search filters in local storage
  • update reservation summary with the search data
  • add price discount when the url has the promo_code parameter (website.com?promo_code=10)

Tech Stack

  • react
  • react-datepicker
  • react-router-dom
  • node-sass
  • bootstrap

Execute

npm run start

npm run build

npm run test