A simple application that can manage a guest list for an event. It is built using javascript/ html/ CSS as a demostration for javascript query selectors and functions
The user for this application should be able to:
- Enter a guest name onto a guest list
- The guest list should be visible to the user
- The user should be able to remove a guest from the list using a delete button
- The guest list should have a limit of 10 guests.
- The user should be able to indicate whether a guest is 'attending' or 'not attending'
- Additional features:
- The user should be able to categorize the guests as Friend, Family or Colleague via color tags
- Is to display when each guest was added via a timestamp
- The user should be able to edit the guest's name