Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 872 Bytes

README.md

File metadata and controls

43 lines (31 loc) · 872 Bytes

YAC19T

YAC19T (Yet Another COVID19 Tracker) is a simple app that shows COVID19 stats by country.

screenshot

Live Demo

Live Demo Link

Built With

  • create-react-app
  • Redux
  • React Router
  • Material UI
  • react-vis (for the graph)
  • PropTypes

Getting Started

To get a local copy up and running follow these simple example steps.

Setup

git clone https://github.com/elshaka/yac19t
cd yac19t

Install

npm install

Run development server

npm start

Build

npm run build

Deployment

heroku create $APP_NAME --buildpack mars/create-react-app
git push heroku master

Author

👤 Eleazar Meza