Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 1.57 KB

README.md

File metadata and controls

62 lines (42 loc) · 1.57 KB

JavaScript Vue.js SASS

Hotel Reservation

💣💥 Project Link

Simple hotel reservation app created with Vue.js and BootstrapVue. You can select a hotel from a list and make a reservation by choosing booking information and filling forms. Also you can make a search and filter hotels by its facilities.

Table of Contents

Features

  • Rate hotels by cleanliness, comfort, staff and service,
  • Add hotels to favorite
  • Book the choosen hotel,
  • Select check-in and check-out dates. select visitor numbers, bed size and meal,
  • Set the number of forms as the number of visitors,
  • Automatic move to the next form after validation,
  • Opens payment modal after all forms are validated,
  • Filter by facilities,
  • Search by city or country name,

Technologies

  • Vue.js 2.6.11
  • BootstrapVue 2.21.2
  • Vuelidate 0.7.6
  • Sass

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.