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
- Clone this repo
git clone https://github.com/onesine/react-tailwind-calendar.git- Go into the project root directory
cd react-tailwind-calendar- Install JS dependencies
yarn install- Start the dev server
yarn devYou can now test the application on the link http://localhost:5173/
- Useful script
yarn formatAllows to fix the problems related to the code style.
yarn build