A simple react application to show new case data and a general overview of a selected location.
Details on the API used can be found at: https://covid19api.com/
The app is hosted on heroku at: https://react-covid19-graphs.herokuapp.com/
Runs 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.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
Once the app is built you can serve the application locally using serve
(added as a dependency for the project), just run npm start