/htmx-calendar

Calendar component in htmx

Primary LanguagePugMIT LicenseMIT

htmx-calendar

A small Calendar component built with htmx and Express.js.

Demo

Local Development

Clone this repo, install the dependencies and start the server.

git clone https://github.com/rajasegar/htmx-calendar
cd htmx-calendar
npm install
npm start

You can view app in action at http://localhost:3000

htmx calendar demo gif

This project is inspired by the StimulusReflex Expo which is using RAILS and StimulusJS

Note

The events are not persisted currently in any data store.