Awesome
htmx-calendar
A small Calendar component built with htmx and Express.js.
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
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.