Skip to content

booking-calendar-app@1.0.1

Compare
Choose a tag to compare
@dropik dropik released this 27 Sep 12:34
· 240 commits to master since this release

Booking Calendar App

React based client side of booking calendar app.

How to run?

npm i
npm start

What is it?

A client side part of a web app for managing hotel bookings by organazing them in a calendar view. Intended for hotel administrators' usage.

What can it do?

  • Display bookings in a calendar.
  • DnD for assign a booking to a room, or unassign it.
  • Colorize bookings.
  • Show warnings whether a booking was assigned to a wrong room.
  • Display bookings and guests detailed info.
  • Bookings/guests search.
  • Statistics gathering (Italy related).

Dependencies?

  • React: the base of the app.
  • Redux: global data managing.
  • Material UI: styling.
  • React Router: single page app routing.

Changes

v1.0.1

  • Better api endpoints.