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
- Host: GitHub
- URL: https://github.com/chrissy-dev/vanilla-calendar
- Owner: chrissy-dev
- License: mit
- Created: 2017-08-21T18:11:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-18T08:35:18.000Z (over 7 years ago)
- Last Synced: 2025-01-23T10:43:52.843Z (over 1 year ago)
- Language: HTML
- Homepage: https://chrissy-dev.github.io/vanilla-calendar/
- Size: 80.1 KB
- Stars: 105
- Watchers: 11
- Forks: 48
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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!