Vanilla JavaScript Calendar


How To Use:

// Target an element ID you want to render the calendar inside of:       
renderCalendar(calendarThis); 

// Something like this in your HTML file:
<div id="calendarThis"> <div> 

// Source code:
https://github.com/mikeumus/vanilla-js-calendar