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
- Host: GitHub
- URL: https://github.com/juan-fernandez/react-booking
- Owner: juan-fernandez
- Created: 2017-03-21T05:57:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T11:56:27.000Z (over 8 years ago)
- Last Synced: 2025-02-22T02:29:33.306Z (8 months ago)
- Topics: booking, component, react
- Language: JavaScript
- Homepage:
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.gitcd 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?