The challenge consist on completing a vue/vuetify project following a mockup, using data fetched from an api source.
https://github.com/Hextar/vue-challenge
https://whimsical.com/JqpKZcmH4JsjS1qYzvyFZX
https://jsonplaceholder.typicode.com/posts GET
Fetch the first 5 posts from the api source, and render them as a list on the Homepage
Complete the signin/signout methods on the Navbar component, directly updating the store state (no api request is required for that step)
Create a page to view a post detail, accessible throught a button in each post row. That page need to be only available for signed in user.
Fix the Navbar logo as showed in the mockup