https://github.com/remarkablemark/calendar.js
A calendar written in JavaScript.
https://github.com/remarkablemark/calendar.js
Last synced: 2 months ago
JSON representation
A calendar written in JavaScript.
- Host: GitHub
- URL: https://github.com/remarkablemark/calendar.js
- Owner: remarkablemark
- Created: 2015-05-03T01:31:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-03T01:52:40.000Z (about 10 years ago)
- Last Synced: 2025-02-14T08:45:59.045Z (4 months ago)
- Language: JavaScript
- Homepage: http://jsfiddle.net/remarkablemark/orvea3kp/
- Size: 102 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The Hackerati JavaScript Exercise
=================================Using only **raw JavaScript**, create a `Calendar` class that renders a calendar with the following requirements:
- User can change months with the arrow icons and keyboard keys
- The current day is highlighted on calendar
- By default, the current day is shown in the left pane
- On click, the left pane should update with the clicked date
- It should appear similar to the wireframe version (it doesn't need to be perfect)
- **Styling is not a requirement.** Styling is optional if you regard HTML/CSS as one of your strengths
- We ask that you post your submission online with a **live link** (no zips, please)[The Hackerati Site](http://www.thehackerati.com)