-
Use a public fake REST API : https://jsonplaceholder.typicode.com/users
-
This page has been distributed in the following sections :
-
THE PIE CHART : The pie chart should be an actual representation of the data fetched from the public API. It would contain different sections :
-
THE PERCENTAGE BOX : It should show the number of users out of 100 that your public hosted API will fetch. (basically it will give out 10 users so calculate percentage accordingly )
-
THE DATA TABLE : Fill the data-table with the public api mentioned above to fetch data and filter-out only required values and populate the data-table.
- All the data should be fetched from the public API.
- Do not put any random data inside any box.
- The Page should be completely responsive (Mobile and desktop friendly).
- Kindly host your single page application on Github.
- Use Angular Material library for quick results.