Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Ryzhkov authored Sep 27, 2022
1 parent 1bf87ae commit 8488c81
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
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.

0 comments on commit 8488c81

Please sign in to comment.