Interactive web application to explore Olympic data. Application contains:
- A dashboard containing a piechart to see all medals won by each country
- A detail page containing a line chart with medals per year
You will need to have node installed, you can check with node --v, if it isn't installed, download here: NodeJS
Begin by cloning the project:
git clone https://github.com/emmaliefmann/p2.git
then navigate into the directory:
cd p2
To install the project's node modules run the following command:
npm i
To run the project:
run ng serve.