SimpleCalendarJS – lightweight vanilla JavaScript calendar (no dependencies)
2 points
1 hour ago
| 1 comment
| github.com
| HN
pclslopes
1 hour ago
[-]
Hi HN,

I built a small JavaScript calendar library called SimpleCalendarJS.

The goal was to have a lightweight calendar that works with plain JavaScript, without frameworks or heavy dependencies. I found many existing solutions a bit too complex for simple projects.

Features: - Vanilla JavaScript - No dependencies - Lightweight - Easy to embed in any website

GitHub: https://github.com/pclslopes/SimpleCalendarJs

Demo: https://www.simplecalendarjs.com/

I'd really appreciate feedback, suggestions, or ideas for improvements.

reply