careecodes / vanilla-calendar

A calendar written in JavaScript with zero dependencies

Home Page:https://chrisssycollins.github.io/vanilla-calendar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vanilla JS Calendar

Create a minified version

UglifyJS is required

uglifyjs vanillacalendar.js -o dist/vanillacalendar.min.js

Usage

<script src="vanillacalendar.js" type="text/javascript"></script>
<script>
	window.addEventListener('load', function () {
	  vanillacalendar.init();
	})
</script>

This isn't ready to be used in a production application out the box, it's more of a hacked together project. Fork it and make it better!

About

A calendar written in JavaScript with zero dependencies

https://chrisssycollins.github.io/vanilla-calendar/

License:MIT License


Languages

Language:HTML 48.4%Language:JavaScript 30.4%Language:CSS 21.2%