https://github.com/ffcabbar/outvio-test-task
https://github.com/ffcabbar/outvio-test-task
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ffcabbar/outvio-test-task
- Owner: ffcabbar
- Created: 2022-04-13T14:31:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-14T02:28:01.000Z (about 3 years ago)
- Last Synced: 2025-02-15T19:49:00.502Z (3 months ago)
- Language: TypeScript
- Homepage: https://outvio-test-task.netlify.app/
- Size: 172 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# covid-19 data visualization app
### [🚀 See the app in action 🚀](https://outvio-test-task.netlify.app/)

## Develop
> You'll need [Node](https://nodejs.org/en/)
- run `yarn` or `npm i` to install dependencies
- run `yarn run start `or `npm run start` to start development environment## Build
> You'll need [Node](https://nodejs.org/en/)
- run `yarn` or `npm i` to install dependencies
- run `yarn build` or `npm run build` to build app for production## Data
All data is fetched from this repository
[owid/covid-19-data](https://github.com/owid/covid-19-data/tree/master/public/data).## Technologies
> This project was built with
> [Create React App](https://github.com/facebook/create-react-app). You can
> learn more in the
> [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).- [React](https://reactjs.org/) - UI library
- [Material UI](https://mui.com/) - Design system and component library
- [react-chartjs-2](https://react-chartjs-2.js.org/) - React components for Chart.js, the most popular charting library
- [axios](https://axios-http.com/) - Promise based HTTP client for the browser and node.js
- [husky](https://typicode.github.io/husky/#/) - Modern native git hooks made easy
- [lint-staged](https://github.com/okonet/lint-staged) - Run linters against staged git files and don't let 💩 slip into your code base!