Students were tasked with using QUTs Happiness API (Based off the World Happiness Report 2020). Data retrieved was manipulated and presented using Ag-grid module.
This is an Client Side application. Future updates would consist of combining the client side and the backend application.
- import "ag-grid-community/dist/styles/ag-grid.css";
- import "ag-grid-community/dist/styles/ag-theme-balham.css";
- import "ag-grid-community/dist/styles/ag-theme-alpine-dark.css";
Install CAB230assignment with npm
Traverse to folder
input "npm install"
followed with "npm start"