Overview
Leeboor is a calendar application focused on Indonesian national holidays. It helps identify long weekends by showing which holidays fall near Fridays or Mondays, making it easier to plan time off.
Why I Built This
Planning around Indonesian holidays required manually checking calendars to spot long weekend opportunities. A dedicated tool that highlights these patterns simplifies vacation planning.
Key Features
Holiday Calendar
View Indonesian national holidays organized by year.
Calendar View
Alternative calendar interface for browsing holidays visually.
Long Weekend Planning
Easily identify holidays that create extended weekends.
Build Notes
Astro with React Islands
Astro generates static HTML at build time, with React components hydrating only where interactivity is needed (the calendar). Holiday data is fetched at build time, so the page loads instantly with no client-side data fetching. This approach works well for data that changes at most once a year.