Skip to content

rajasegar/htmx-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.