Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.19 KB

File metadata and controls

20 lines (12 loc) · 1.19 KB

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

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

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

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

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

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