Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 732 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 732 Bytes

React Guest List App

image

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