Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Event Planning and RSVP System Description: Create a system for planning events and managing RSVPs. Users can create events, invite others, and track attendance. Features: Event creation with details (date, time, location, description). Sending invitations via email. RSVP tracking and reminders. Event calendar view. Tech Stack: HTML, CSS, JavaScript, EmailJS (for sending emails), localStorage. Project Structure: Front-End (HTML, CSS, JavaScript): - Event Creation Form - Event List View - Event Detail View with RSVP Options - Event Calendar View - RSVP Tracking and Reminders Interface Simple server to store event details and RSVPs (e.g., Express.js with a lightweight database like SQLite) Third-Party Services: EmailJS for sending invitation emails