Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 744 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 744 Bytes

React Big Calendar - Week View

Calendar component for selecting time for meeting

Preview:

alt text

RUN APP WITH 4 EASY STEPS

  1. Install [Node]
  2. Clone this repository. - git clone https://github.com/hassanajazch/react-components
  3. Install Node Packages. - npm install
  4. Run the app. - npm start

Details:

This week view calendar component is available in components/calendarComponent. This app runs with Next.js.

Usage:

  1. Add event
  2. Drag and drop event - resize event
  3. No event can be added in past date.
  4. Event turns red if time overlaps with already existing events.