Event Guest List Manager
A simple and interactive web app that allows users to manage a guest list for an event. Built with HTML, CSS, and JavaScript, this app lets you add guests, toggle their RSVP status, and remove them — all without refreshing the page.
Features
- Add a guest by typing their name and submitting the form.
- View guests in a dynamically updated list.
- Remove guests individually using a “Remove” button.
- Toggle each guest’s RSVP status between Attending and Not Attending by clicking their name.
- Limit guest list to 10 guests with an alert notification when exceeding.
Project Structure