git clone git@github.com:MattCrook/calendar-in-javascript
cd calendar-in-javascript
npm install
run http-server from terminalFeatures are as follows:
- Render the months onto a dropdown
- Render the years onto a dropdown
- Render the days for the currently selected month/year combination
- Redraw the calendar when the months/years are changed
- Changing the months and/or year will redraw the calendar to match the correct days per month and the correct offset in the week.
