ashishaugust22 / covid-19

Home Page:https://ashish-sharma91.github.io/covid-19/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



Covid-19 Tracker


Description

This is a test project developed for frontend task. I have used Angular to complete the task because of its out of box typescript support and also to save time.
Also I have used India stats instead of Germany stats as I didn't able to get all the required APIs for Germany location. But concept is exactly same i.e. Country, States and date range.
As the history data (day wise data) was not there in state details APIs, I have put the date range filtering on the Nation wise history data. So, similarly I can apply filtering to states data also if it is there.
Also I am storing history data in localstorage as it takes approx 15-20 seconds to load, so that user will see old data till that time and once the data is recievd from HTTP call the refreshed in the chart.

Installation

npm install

Start the project

ng serve -o

Author

Ashish Sharma

Developed For

Bosch Frontend Task

About

https://ashish-sharma91.github.io/covid-19/


Languages

Language:TypeScript 81.1%Language:HTML 11.9%Language:JavaScript 6.1%Language:SCSS 0.9%