An open API service indexing awesome lists of open source software.

https://github.com/chrissy-dev/vanilla-calendar

A calendar written in JavaScript with zero dependencies
https://github.com/chrissy-dev/vanilla-calendar

Last synced: 8 months ago
JSON representation

A calendar written in JavaScript with zero dependencies

Awesome Lists containing this project

README

          

# Vanilla JS Calendar 🍦

#### Usage

```html








March 2017







Mon TueWed Thu Fri Sat Sun



```

```html

window.addEventListener('load', function () {
vanillaCalendar.init();
})

```

### Development

1. Install dependencies

```bash
npm install
```

2. Watch JS/CSS

```bash
npm run watch
```

### I encourage everyone to hack away at this!

> 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!