COVID-19 Tracker (Live Version)
React.js project that tracks and visualizes COVID-19 cases in the world using real-time API.
Following section will provide steps on how to setup the project locally
To run this project you need to have node.js
npm install npm@latest -g
- Clone the repo
git clone https://github.com/Tadynas/covid-19-tracker.git
- Navigate to project directory
cd covid-19-tracker
- Install dependencies
yarn install
- Start project
yarn start
It will run the app in the development mode. Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
- React.js
- Material-UI
- Axios
- Chart.js
- Moment.js
- Sass
This project was bootstrapped with Create React App and deployed to Netlify