Skip to content

riverlanltd/booking-microservice

 
 

Repository files navigation

AirBnC: A Mock AirBnB Listings Page

This module is the bookings component of the AirBnB listings page.

Related Projects

Table of Contents

  1. Description
  2. Requirements

Description

The booking module contains price per night, average rating, dynamic calendar, guest counter, and calculator. There are 100 listings that are accessible using localhost/rooms/:listingID, from 1 - 100. The calendar component within the module dynamically renders available dates based on start date clicked, and has a hover feature that keeps the background color highlighted from start date to potential end date. The guests counter disables infants at 5, and disables adults and children when the maximum number of guests is reached. The calculator is dynamically rendered when start and end dates are chosen.

Requirements

To Run This Module

From within the root directory: make sure that mysql is running, and that the root user has no password. run npm run deploy

Images

start of experience check in calendar check out calendar number of guests end of experience

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 99.2%
  • HTML 0.8%