Code Challenge 2 — Event Guest List Manager
An interactive event guest list manager built with HTML, CSS, and JavaScript. This application allows users to efficiently manage guests for an event — add, remove, categorize, and track RSVP statuses with ease.
🚀 Features
✅ Main Features
- Add guests to the list
- Remove guests with a Remove button
- Limit guest list to 10 people (with alert if exceeded)
- Toggle RSVP status between Attending and Not Attending
✨ Bonus Features
- Categorize guests as Friend, Family, or Colleague (with color tags)
- Display timestamp when each guest is added
- Edit guest names via an Edit button
- Includes a custom feature for extended functionality
📦 Installation
To run this project locally:
```bash
git clone https://github.com/Vanessa-Fazzio/code-challenge-2
cd code-challenge-2