A guest list app using React that allows for:
- Adding a guest using separate first name and last name fields
- Deleting a guest
- Setting a guest as "attending" by clicking on a checkbox
- Saves any changes to this API
- Button to delete all attending guests
- Filters:
- Filter to show only non-attending guests
- Filter to show only attending guests
- Button to reset filters to again show all of the guests
- Allow editing first and last names of existing guests