https://github.com/satansdeer/calendar-vanilla-js
https://github.com/satansdeer/calendar-vanilla-js
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/satansdeer/calendar-vanilla-js
- Owner: satansdeer
- Created: 2022-09-06T07:18:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-06T07:18:49.000Z (almost 3 years ago)
- Last Synced: 2025-02-05T05:28:20.692Z (4 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.