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
pclslopes•1h ago
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.