A modern calendar and scheduling app with day, week, and month views, color-coded events, search, and a responsive UI for daily planning.
Live demo (GitHub Pages): https://lokeshpuma.github.io/calander-ui/
app/ # App Router pages and styles (deployed to GitHub Pages)
public/ # Static assets copied into the build output
.github/ # GitHub Actions workflow for Pages deployment
pnpm install
pnpm devOpen http://localhost:3000.
The site is built as a static export with base path /calander-ui:
pnpm run build:pagesOutput is written to out/. Preview locally with any static file server, for example:
npx serve out- Push to
mainon lokeshpuma/calander-ui. - In the repo Settings → Pages, set Source to GitHub Actions.
- The workflow
.github/workflows/deploy-pages.ymlbuildsapp/and publishes theout/folder on each push tomain.
Repository: https://github.com/lokeshpuma/calander-ui.git