Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rajasegar/htmx-calendar
- Owner: rajasegar
- License: mit
- Created: 2021-03-23T06:17:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-09T09:00:51.000Z (over 2 years ago)
- Last Synced: 2024-10-04T17:43:06.735Z (2 months ago)
- Topics: calendar-component, htmx, hyperscript
- Language: Pug
- Homepage: https://htmx-calendar.herokuapp.com/
- Size: 412 KB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-htmx - htmx-calendar - Calendar component in htmx. (Examples by Back-end / Express)
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.