• Stars
    star
    1
  • Language
    HTML
  • Created almost 4 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is a sample exercise of Vue.js. It is a single page application that retrieves data from the opensource API ({JSON} Placeholder). Initially, it loads all the users from the JSON API and displays them in a card form. By clicking on that card, it will open the popup model that displays 10 recent posts written by that user. Finally, by clicking on one of the posts it will display the details of selected post.