When running the project, there is a table to which mambers can be added, updated or deleted.

When clicking on add a member we get a form to input the data of the new member.

And after filliong it in and clicking on Submit the data is then saved into the Members table.

When clicking on the Update button for any member we get the form with their current data which can be edited as needed.

And it does save in the table as the latest updated version.

If a member needs to be completely removed, the Delete button is clicked.
