React Big Calendar Demo with Drag and Drop

Demo for using react-big-calendar. with drag and drop functionality.

Screenshot

screenshot of the demo running

Highlights

  • date-fns as a localizer
  • TypeScript
  • React 17 hooks
  • Vite for running and building
  • ESLint and Prettier

Setup

Clone this repository, or use the green "Use as template" to create a new GitHub repo with this exact source

Once cloned, run yarn to install the dependencies needed.

Running

To run the demo, run yarn dev to begin the dev server.

In your terminal, you'll see the output of Vite

vite terminal output

Whenever there is an ESLint or TypeScript issue, you'll see the error in the terminal and in the browser. Just like create-react-app

vite terminal output