📅 Month Calendar
Description
Create a simple interactive calendar that displays the days of a selected month and year.
Features
- Displays all days of the chosen month and year
- Highlights the current date
- Navigate between months and years
- Responsive design for different screen sizes
Concepts Practiced
- Date and time manipulation in JavaScript
- DOM manipulation
- Event handling
- Dynamic rendering of calendar grid
Bonus Challenge
Add the ability to mark important dates or events.