Welcome to the react tailwind calendar application. This project uses a simple tasks or events list to render an easy-to-understand calendar for the user. The project uses React, Tailwind and Shadcn.
You can find the online demo at here
git clone https://github.com/onesine/react-tailwind-calendar.git
cd react-tailwind-calendar
yarn install
yarn dev
You can now test the application on the link http://localhost:5173/
yarn format
Allows to fix the problems related to the code style.
yarn build