In this project we will be creating a user manager application using the front end created for you here. Your job is to make the functionality work as follows:
- Display all users on index.html.
- When the form in the add user modal is filled out and submitted, add the user and display the updated users on the index page.
- Show an edit form for a specific user when the edit button is clicked. The template for this is edit.html.
- Bonus: Implement a delete button on the edit page.