2022
Overview
We had to create an API call to Wordpress and list all the pages in our local version of WP. Then if the page was clicked on we would direct the user to the "page/{id}"" route.
Next we created a login form. If the login was successful they would be redirected to "/admin" where we would list all the pages. If a page is clicked on they would be redirected to "/admin/edit/{id}" route which would populate the form with the correct data. This would allow the user to edit the "title" and "status" property of the page.