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

https://github.com/satansdeer/calendar-vanilla-js


https://github.com/satansdeer/calendar-vanilla-js

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Calendar

A small calendar app, shows the days of the selected month. Click the next/previous buttons to select month.

## How to open

Open the `index.html` file in a browser. The app was only tested in latest Chrome.

## How to test

Date utils and state management code have tests. They are written in a form of
assertions. To run them - uncomment the code and reload the page.

Failing tests will throw errors in the console. Passing tests don't output anything.