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 installTo start the development server:
yarn devSimple Calendar comes with Storybook integration for developing and testing UI components in isolation. To run Storybook:
yarn storybook