As expected, at this point it will be required of us to do a bit of coding. In keeping with practices we have adhered to in previous chapters, it will be wise of us to firstly make a barebones graphical mockup of the view we want to create before commencing with coding. This will save a significant amount of time in the long run by providing a clear direction regarding what we want to build.
We want the home page we are creating to do the following:
- Show the latest place reviews posted on the platform
- Provide direct access to a web page for review creation
- Provide a means by which a user can sign out of their account
- Enable a user to view the exact location of a reviewed place with the help of a map
Keeping all ...