I created a calendar display given the current date of the user. Using the current date, I found the current month's days, as well as necessary prior month days and future month days to be displayed alongside the current month's view. After figuring out how to gather the necessary day values for the current month, prior month, and future month, I then worked on to style the calendar. This calendar's date display changes based on given month and year dynamically, including leap years (Such as February 2024).