Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 474 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 474 Bytes

Covid -19 Tracker

inspired by # adrianhajdin

How to install

npm install --save axios react-chartjs-2 react-countup classnames
npm install --save @material-ui/core

How to run

npm start

Responsive Design for Mobile Devices

@media (max-width: 700px) {
    .container{
	    margin-top: 0  10%;
    }
	.image {
	   width: 100%;
	   }
}

TODO

  • Hooks
  • Responsive Design
  • GH Pages