Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marlosirapuan/covid-19-tracker
COVID-19 Tracker with ReactJS (TypeScript, Hooks, MaterialUI and Chartjs)
https://github.com/marlosirapuan/covid-19-tracker
chartjs covid-19 hooks material-ui react reactjs standard typescript
Last synced: about 1 month ago
JSON representation
COVID-19 Tracker with ReactJS (TypeScript, Hooks, MaterialUI and Chartjs)
- Host: GitHub
- URL: https://github.com/marlosirapuan/covid-19-tracker
- Owner: marlosirapuan
- License: mit
- Created: 2020-04-20T20:40:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T19:34:12.000Z (almost 2 years ago)
- Last Synced: 2023-12-12T20:51:21.540Z (about 1 year ago)
- Topics: chartjs, covid-19, hooks, material-ui, react, reactjs, standard, typescript
- Language: TypeScript
- Size: 1.67 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# COVID-19 Tracker with ReactJS (TypeScript, Hooks, MaterialUI, Chartjs, ESLint Standard)
[![Netlify Status](https://api.netlify.com/api/v1/badges/956a3fba-c554-460c-a432-d1be99cd4c09/deploy-status)](https://app.netlify.com/sites/covid19-tracker-ts/deploys)
[https://covid19-tracker-ts.netlify.app](https://covid19-tracker-ts.netlify.app/)
![COVID-19](./preview.png)
Getting started
```
yarn install
yarn start
```TODO
- [x] Convert to TypeScript
- [ ] Write the tests
- [ ] Add some routes
- [ ] Add Docker/Docker-composeCheck it out here: [https://covid19-tracker-ts.netlify.app](https://covid19-tracker-ts.netlify.app)
This project is based on [Build a COVID-19 Tracker Application - React JS Project (Hooks, Material UI, Charts js)](https://www.youtube.com/watch?v=khJlrj3Y6Ls), and converted to **TypeScript** just to practice ReactJS and not rust too much. :man_facepalming: