Skip to content

KonstantinosAng/react-covid-track

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Covid-19 tracker

A simple page tracker for covid-19 using disease.sh for backend API and React for the front-end app.

Inspired by CleverProgrammer.

Usage

Clone this repository and run:

npm install

to install all the npm packages in packages.json. And then run:

npm start

to start the react frond-end app in development mode on port 8080. If you want to deploy run:

npm run build

Deploy

Deployed in Covid-tracker

Example