A simple, warm webpage for Albion, IN residents to view and submit community events.
- View upcoming events sorted by date, featured first
- Track attendance (Going, Maybe, I Went)
- Add comments per event
- Share events
- View events on map
- Search events by keyword
- Submit new events (adds to local storage and sends email)
- Handle cancelled/postponed events
- Support recurring events
- Organizer contact info
- Add events to Google/Apple calendar
- Report events
- Responsive design
- Accessible with ARIA labels
- Open
index.htmlin a web browser. - Events are stored in localStorage; submissions add to storage and email.
- Browse events in the list.
- Use search bar to filter.
- Click buttons to interact.
- Submit events via the form.
- HTML/CSS/JS
- Leaflet for maps
- ics.js for calendar exports
- No backend; data is local.
- Emails sent via mailto links.
- Map uses placeholder geocoding.