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

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.

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)