Simple web application – Technology Stack (Vue.js) Use Vuetify for UI - https://vuetifyjs.com/en/components/simple-tables/#usage The goal is to create a simple web application that makes a request to an API, parses the response, and displays the result in the UI Table format. # Example curl GET request --- GET https://datausa.io/api/data?drilldowns=Nation&measures=Population Results Component This component should contain a single element: Results Table for displaying the results of API response The results table has the following requirements: Display three columns from the response: o Nation o Year o Population Allow Sorting, with the population column being sorted by default
Aucun commentaire:
Enregistrer un commentaire