Calendar component for selecting time for meeting
- Install [Node]
- Clone this repository. -
git clone https://github.com/hassanajazch/react-components
- Install Node Packages. -
npm install
- Run the app. -
npm start
This week view calendar component is available in components/calendarComponent. This app runs with Next.js.
- Add event
- Drag and drop event - resize event
- No event can be added in past date.
- Event turns red if time overlaps with already existing events.