An elegant web interface to follow the cases of COVID-19
worldwide.
DESOOMER & BERNARD ® .
The goal of this project is to showcase what we learned during the Angular courses we had.
The requirements were :
Our target was the tracking of worldwide cases of covid19
by using charts and easy to understand design.
Recently the API behaved strangely, we recommend using Chrome
or to wait few seconds and refreshing the web page (especially on the table page).
First you need to download the project :
git clone https://github.com/PDesoomer/Covipi
Then you go into the directoy :
cd Covipi
You build the project :
npm install
After that you launch the angular server
:
ng serve
You need to wait a bit, depending on the hardware you are running the server on, it might takes few minutes.
Meanwhile you can go to http://localhost:4200/
where the server will be running.