Simple Calendar is a lightweight, easy-to-integrate calendar component built using React, TypeScript, and Vite.
- Built with React and TypeScript for reliable and type-safe web development.
- Utilizes Vite for efficient and fast build tooling.
Clone the repository and install dependencies:
git clone https://github.com/Raysharr/simple-calendar
cd simple-calendar
yarn install
To start the development server:
yarn dev
Simple Calendar comes with Storybook integration for developing and testing UI components in isolation. To run Storybook:
yarn storybook