Everyday Calendar A simple React calendar for creating and managing single-day and multi-day events.
Features
Events can include a title, start and end dates and times, a color label, and an optional description. Dates can be selected directly from the calendar or entered manually.
The calendar includes Grid and List views for individual months, along with an Events view that shows events across all months. Events that span multiple months appear in each month they overlap.
Local storage
Events, the calendar title, theme, and selected view are saved locally in this browser using localStorage. Data does not sync between devices and is removed if the site's browser data is cleared.