https://github.com/ritikjain77/covid-tracker
A website to display all the Covid-19 stats including number of patients recovered, number of active cases and number of deaths but globally and countrywise.
https://github.com/ritikjain77/covid-tracker
chartjs css html javascript material-ui reactjs
Last synced: 3 months ago
JSON representation
A website to display all the Covid-19 stats including number of patients recovered, number of active cases and number of deaths but globally and countrywise.
- Host: GitHub
- URL: https://github.com/ritikjain77/covid-tracker
- Owner: ritikjain77
- Created: 2022-04-13T11:18:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-27T13:09:22.000Z (almost 3 years ago)
- Last Synced: 2024-12-31T15:27:34.840Z (5 months ago)
- Topics: chartjs, css, html, javascript, material-ui, reactjs
- Language: JavaScript
- Homepage:
- Size: 578 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Covid-Tracker
A React.Js Website which shows the Covid stats of all the Countries in the World both in the form of numbers as well as graphical Representation.
## Demo
For demo visit the link
https://covidtracker15052000.herokuapp.com## Deployment
To deploy this project run
```bash
npm start
```## Screenshots


## Contributing
Contributions are always welcome!
## Authors
- [@ritikjain](https://github.com/ritikjain77)
## API Reference
#### Get all items
```http
GET /https://covid19.mathdro.id/api/countries
```| Parameter | Type | Description |
| :-------- | :------- | :------------------------- |
| `api_key` | `string` | **Required**. Your API key |#### Get item
```http
GET /https://covid19.mathdro.id/countries/${country_id}
```| Parameter | Type | Description |
| :-------- | :------- | :-------------------------------- |
| `id` | `string` | **Required**. Id of item to fetch |