A Third Programming Assignment


Modify your Main view so that it contains 3 columns that extend from the <header> to the bottom of the viewport.  Each column should take up 1/3 of the viewport and be populated by views of your choice.

For the last assignment you implemented a dropdown menu that included a button that allowed the user to delete their account.  Add a link to the dropdown menu labeled Profile.

When the user presses Profile, the center column in the Main view should display a new view that displays the users’s profile information (username, first name, last name, and email). The navigation should utilize named views and nested routes and the data should be retrieved using the GET /user endpoint described below.

The new view should also contain an element that when pressed takes the user back to the previous view and all other column should remain unchanged.