Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rajasegar/htmx-calendar

Calendar component in htmx
https://github.com/rajasegar/htmx-calendar

calendar-component htmx hyperscript

Last synced: about 2 months ago
JSON representation

Calendar component in htmx

Awesome Lists containing this project

README

        

# htmx-calendar
A small Calendar component built with [htmx](https://htmx.org) and [Express.js](https://expressjs.com).

[Demo](https://htmx-calendar.herokuapp.com)

## 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](htmx-calendar.gif)

This project is inspired by the [StimulusReflex](https://expo.stimulusreflex.com/demos/calendar/2021-03-01) Expo which is using RAILS and StimulusJS

## Note
The events are not persisted currently in any data store.