An open API service indexing awesome lists of open source software.

https://github.com/czbone/astro-calendar

Astro site with calendar example
https://github.com/czbone/astro-calendar

astro fullcalendar

Last synced: 3 months ago
JSON representation

Astro site with calendar example

Awesome Lists containing this project

README

          

# Astro Calendar Example

A sample Astro project featuring the FullCalendar library (https://fullcalendar.io/) with Tailwind CSS integration.

![Calendar Screenshot](https://github.com/user-attachments/assets/ad352e7d-3d34-4034-8a5f-21ca3eb21c8d)

## Features

- Full-screen calendar display
- Japanese holiday integration
- Event management
- Responsive design with Tailwind CSS

## Tech Stack

- Astro v5.x
- React v19.x
- FullCalendar v6.x
- Tailwind CSS v4.x
- TypeScript v5.x

## How to use

1. Install packages

```bash
# pnpm
pnpm install

# yarn
yarn install
```

2. Online debug by **Development server** on **Run and Debug view** in VSCode

3. Build and launch by command

```bash
# pnpm
pnpm build
pnpm start

# yarn
yarn build
yarn start
```

## Related Projects

- [ufcal](https://github.com/ufcal/ufcal) - Advanced calendar implementation with enhanced features and customization options

## License

[MIT](./LICENSE)