2 pointsby pclslopes6 hours ago1 comment
  • pclslopes6 hours 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.