-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Daniil Ryzhkov
authored
Sep 27, 2022
1 parent
1bf87ae
commit 8488c81
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# 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. |