Skip to content

zohaibxrehman/CovidTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Covid Tracker 🦠

CovidTracker is a React web app which offers the latest COVID-19 data visualization. Along with the core data, data visualization is provided using Google Maps and relevant COVID-19 tweets for staying up to date.

Visit the website @ https://zohaibxrehman.github.io/CovidTracker/

Mobile friendly

The web-page has been designed to be mobile-friendly.

Core languages and tools:

Node.js
React.js
Chart.js
Axios
Material UI
Google Maps API (with custom styling)
Twitter API
COVID 19 Data: https://covid19.mathdro.id/api

Cloning and Running the Application in local

Install Node JS

Refer to https://nodejs.org/en/ to install nodejs

Install create-react-app

Install create-react-app npm package globally. This will help to easily run the project and also build the source files easily. Use the following command to install create-react-app

npm install -g create-react-app

Install dependencies and run

Clone the project onto your local machine.

Install all the npm packages. Go into the project folder and install all npm packages:

npm install

To run the application:

npm start

The application runs on localhost:3000 on your local machine.

About

COVID-19 Visualizer (React web app)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published