Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 731 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 731 Bytes

CAB230 - Web Development

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.

Authors

Dependencies

  • 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";

Installation

Install CAB230assignment with npm

  Traverse to folder 
  input "npm install"
  followed with "npm start"