{"id":15450192,"url":"https://github.com/ixboy/countries-covid19-tracker","last_synced_at":"2026-02-26T19:39:46.058Z","repository":{"id":43147539,"uuid":"433489603","full_name":"ixboy/countries-covid19-tracker","owner":"ixboy","description":"Check out the world Covid-19 Data Tracker to see how many people got infected in your country and how many have recovered...","archived":false,"fork":false,"pushed_at":"2022-03-16T12:36:08.000Z","size":8914,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-02-26T08:44:54.510Z","etag":null,"topics":["api","axios","covid-19","react","redux"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ixboy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-30T15:46:22.000Z","updated_at":"2022-04-08T14:44:36.000Z","dependencies_parsed_at":"2022-09-03T08:43:34.477Z","dependency_job_id":null,"html_url":"https://github.com/ixboy/countries-covid19-tracker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ixboy/countries-covid19-tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ixboy%2Fcountries-covid19-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ixboy%2Fcountries-covid19-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ixboy%2Fcountries-covid19-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ixboy%2Fcountries-covid19-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ixboy","download_url":"https://codeload.github.com/ixboy/countries-covid19-tracker/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ixboy%2Fcountries-covid19-tracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29868830,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T18:42:30.764Z","status":"ssl_error","status_checked_at":"2026-02-26T18:41:47.936Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","axios","covid-19","react","redux"],"created_at":"2024-10-01T21:03:47.453Z","updated_at":"2026-02-26T19:39:46.039Z","avatar_url":"https://github.com/ixboy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/ixboy/countries-covid19-tracker\"\u003e\n    \u003cimg alt=\"GitHub last commit (branch)\" src=\"https://img.shields.io/github/last-commit/ixboy/countries-covid19-tracker/main?color=blue\u0026style=flat-square\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/ixboy/countries-covid19-tracker\"\u003e\n    \u003cimg alt=\"GitHub Repo stars\" src=\"https://img.shields.io/github/stars/ixboy/countries-covid19-tracker?color=pink\u0026label=%E2%98%85%20stars%20\u0026style=flat-square\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/ixboy\"\u003e\n    \u003cimg alt=\"GitHub followers\" src=\"https://img.shields.io/github/followers/ixboy?color=yellow\u0026logo=github\u0026style=flat-square\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# Covid-19 World Data Tracker\n\n\u003e In this App, I used The [Open Disease Data API](https://disease.sh/) to build a React/Redux app that shows you Coronavirus disease data (COVID-19) for almost all countries in the world, it shows new cases reported for each country today and the total amount of infected people, number of recovered people, number of deaths, country population, etc. The app is fully responsive to look good on all devices!.\n\n\nscreenshot\n\n![](./src/components/images/screenrecord.gif)\n\n## 👷🏻 Built with\n\n  - [React](https://reactjs.org/)\n  - [Redux](https://redux.js.org/)\n  - [Axios](https://github.com/axios/axios)\n  - [CSS3](https://developer.mozilla.org/en-US/docs/Web/CSS)\n  - [Material-UI](https://mui.com/)\n  - [Open Disease Data API](https://disease.sh/)\n\n\n## 🌐 Live Preview\n\n\u003e [Covid-19 World Data Tracker](https://62312ff60e2f22231392a758--covid19-worlddata.netlify.app/)\n\n\n## 🚩 Getting Started\nTo get this project up and running, follow the steps bellow:\n\n### 👨🏻‍🔧 Setup\n\n- Clone the repository into your machine.\n- Open your terminal and move to the root of the project, using ```$ cd``` command.\n- Run ```$ yarn``` to install all dependencies.\n- You must run ```$ yarn start``` to start live server\n- Then your browser will run the App locally \n\n\n### ✅ Prerequisites\n- Any modern web browser.\n- Any source-code editor (VSCode recommended).\n- npm, node and yarn installed\n\n\n\n## 👨🏻‍💻 Iyunda Ismael Antonio\n\n- GitHub: [@ixboy](https://github.com/ixboy)\n- Twitter: [@ismaelixboy](https://twitter.com/ismaelixboy)\n- LinkedIn: [ismael-antonio](https://www.linkedin.com/in/ismaelantonio/)\n\n\n## Acknowledgments\n\n- Original design idea by [Nelson Sawka on Behance](https://www.behance.net/sakwadesignstudio)\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## 📝 License\n\nThis project is [MIT](./MIT.md) licensed.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fixboy%2Fcountries-covid19-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fixboy%2Fcountries-covid19-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fixboy%2Fcountries-covid19-tracker/lists"}