An open API service indexing awesome lists of open source software.

https://github.com/juan-fernandez/react-booking

React component used for the management of resource booking
https://github.com/juan-fernandez/react-booking

booking component react

Last synced: 2 months ago
JSON representation

React component used for the management of resource booking

Awesome Lists containing this project

README

          

# react-booking

React component used for the management of resource booking

```
git clone git@github.com:juan-fernandez/react-booking.git

cd react-booking

npm install

npm run dev
```
Next:

* handle the selected dates in the state of the component (pass as props)
* better looking
* add dates / remove dates (automatic new grid when shifting?)
* substitute double click to add a date? distinguish between clicking and shifting?
* how to export it in a single component?