https://github.com/dejongyeong/covid-19-tracker
Covid 19 Tracker Application with React.js, Chart.js, Material UI, and React Simple Maps
https://github.com/dejongyeong/covid-19-tracker
airbnb-eslint chartjs circleci covid-19-tracker covid19-tracker material-ui netlify react-simple-maps reactjs responsive-design styled-components
Last synced: 6 months ago
JSON representation
Covid 19 Tracker Application with React.js, Chart.js, Material UI, and React Simple Maps
- Host: GitHub
- URL: https://github.com/dejongyeong/covid-19-tracker
- Owner: dejongyeong
- License: gpl-3.0
- Created: 2020-11-07T21:13:12.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T15:19:02.000Z (7 months ago)
- Last Synced: 2025-04-12T05:00:02.120Z (6 months ago)
- Topics: airbnb-eslint, chartjs, circleci, covid-19-tracker, covid19-tracker, material-ui, netlify, react-simple-maps, reactjs, responsive-design, styled-components
- Language: JavaScript
- Homepage: https://cov2-tracker.netlify.app/
- Size: 3.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Covid 19 Tracker
Covid-19 Tracker Application with React.js and Graphs for visualization.
**Aim** to acquire a knowledge of consuming an external Representational State Transfer (REST) API and presentation of data with graphs in React.js, the configuration of CI/CD with CircleCI and Netlify. The author has also planned to gain an understanding of ESLint (AirBnB Style Guide), snapshot testing in React.js, animations, and responsiveness.
**Features** of the Covid 19 Tracker includes:
- Responsive UI design with Material UI and Styled-Components.
- Line Chart and Choropleth Map for data visualization using [Chart.js](https://www.chartjs.org/) and [React Simple Maps](https://www.react-simple-maps.io/).
- Animations.
- Information about the novel coronavirus, including transmission, symptoms, preventions.## References
### ESLint, Prettier and AirBnB Style
- Andrew Min: [Setup ESLint + Prettier + AirBnB Style with Create React App](https://www.andrewmin.info/blog/react-setup/)
- Anna Jimenez: [Set up React JS with ESLint, Prettier and Airbnb](https://medium.com/javascript-in-plain-english/set-up-react-js-with-eslint-prettier-and-airbnb-cc015363a7c7)
- Ross Whitehouse: [Setting up ESLint in React](https://medium.com/@RossWhitehouse/setting-up-eslint-in-react-c20015ef35f7)
- AirBnb JavaScript Style Guide: [GitHub](https://github.com/airbnb/javascript)
- ESLint: [Documentation](https://eslint.org/docs/user-guide/configuring)### Best Practices for Organizing Folder Structure
- Fillip Panoski: [Choosing the best folder structure for your React Application](https://medium.com/javascript-in-plain-english/choosing-the-best-folder-structure-for-your-react-application-cba4885b3a2)
- Gabriel: [How do index.js files work in React component directories](https://stackoverflow.com/questions/44092341/how-do-index-js-files-work-in-react-component-directories/44092481)
# Getting Started with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](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.### `npm test`
Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.### `npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
### `npm run eject`
**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).
### Code Splitting
This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
### Analyzing the Bundle Size
This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
### Making a Progressive Web App
This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
### Advanced Configuration
This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
### Deployment
This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
### `npm run build` fails to minify
This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)