{"id":28403423,"url":"https://github.com/sslava/covid-app","last_synced_at":"2025-09-17T20:09:00.548Z","repository":{"id":294709474,"uuid":"248312026","full_name":"sslava/covid-app","owner":"sslava","description":"A React Native mobile application that provides real-time COVID-19 statistics and information globally","archived":false,"fork":false,"pushed_at":"2025-04-19T07:55:46.000Z","size":5746,"stargazers_count":235,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-09T05:44:31.565Z","etag":null,"topics":["covid","healthtech","oss","react","react-native","stats"],"latest_commit_sha":null,"homepage":"https://apps.apple.com/app/id1506427472","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sslava.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-03-18T18:29:37.000Z","updated_at":"2025-08-08T20:40:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"4467bf14-5b38-42c4-a6a7-1ac17e343b40","html_url":"https://github.com/sslava/covid-app","commit_stats":null,"previous_names":["sslava/covid-app"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/sslava/covid-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sslava%2Fcovid-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sslava%2Fcovid-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sslava%2Fcovid-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sslava%2Fcovid-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sslava","download_url":"https://codeload.github.com/sslava/covid-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sslava%2Fcovid-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275657305,"owners_count":25504768,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-17T02:00:09.119Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["covid","healthtech","oss","react","react-native","stats"],"created_at":"2025-06-01T17:36:49.663Z","updated_at":"2025-09-17T20:09:00.535Z","avatar_url":"https://github.com/sslava.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# COVID-19 Statistics Tracker\n\nA React Native mobile application that provides real-time COVID-19 statistics and information globally. Track cases, recoveries, and deaths worldwide, explore regional data, learn about prevention measures, and access emergency resources.\n\n## Features\n\n- **Global Statistics:** Real-time COVID-19 statistics for the entire world\n- **Country-specific Data:** Detailed statistics for individual countries with historical trends\n- **Regional Data:** Breakdown of statistics for states/regions within countries\n- **Data Visualization:** Interactive charts including bar charts, trend graphs, and pie charts\n- **Information Center:** Educational content about symptoms, prevention measures, and recommendations\n- **Localization:** Full support for English and Russian languages\n- **Sharing:** Generate and share statistics via social media platforms\n- **Offline Support:** Access previously loaded data without an internet connection\n\n## Technologies Used\n\n- React Native (0.63.3)\n- Redux with Redux Thunk for state management\n- React Navigation 5.x for navigation\n- Styled Components for styling\n- D3-scale \u0026 D3-shape for data visualization\n- i18n-js \u0026 react-native-localize for internationalization\n- React Native SVG for rendering graphics\n- AsyncStorage for local data persistence\n\n## Prerequisites\n\n- Node.js (\u003e= 12.x)\n- npm or yarn\n- React Native CLI\n- Xcode (for iOS development)\n- Android Studio (for Android development)\n- CocoaPods (for iOS dependencies)\n\n## Installation\n\n```bash\n# Clone the repository\ngit clone git@github.com:sslava/rucovid.git\ncd rucovid\n\n# Install dependencies\nnpm install\n# or\nyarn install\n\n# Install iOS dependencies\ncd ios\npod install\ncd ..\n```\n\n## Running the App\n\n### iOS\n\n```bash\n# Run on iOS simulator\nnpm run ios\n# or\nyarn ios\n```\n\n### Android\n\n```bash\n# Make sure you have an Android emulator running or a device connected\nnpm run android\n# or\nyarn android\n```\n\n### Start Metro Bundler separately\n\n```bash\nnpm start\n# or\nyarn start\n```\n\n## Project Structure\n\n```\nsrc/\n├── App.js                 # Entry point\n├── app/                   # Redux store and modules\n├── assets/                # Static assets (icons, images, localization)\n├── common/                # Shared utilities and helpers\n├── components/            # UI components\n│   ├── Countries/         # Country listing screens\n│   ├── CountryDetails/    # Country detail screens\n│   ├── Info/              # Informational screens\n│   ├── Stats/             # Statistics components\n│   ├── common/            # Common UI components\n│   └── shared/            # Shared components across features\n```\n\n## API\n\nThe application uses a custom COVID-19 API from covidum.com for fetching global and country-specific data:\n\n- Global and country statistics: `https://api.covidum.com/request/get_stat`\n- Historical data: `https://api.covidum.com/request/get_stat_history/{country_code}`\n- Regional data: `https://api.covidum.com/request/get_stat_regions/{country_code}`\n\n## Testing\n\n```bash\n# Run tests\nnpm test\n# or\nyarn test\n\n# Run linting\nnpm run lint\n# or\nyarn lint\n```\n\n## Building for Production\n\n### iOS\n\nBuild the app using Xcode by selecting the appropriate scheme and choosing \"Archive\" from the Product menu.\n\n## Contributing\n\n1. Fork the project\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Acknowledgments\n- Medical information adapted from WHO guidelines","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsslava%2Fcovid-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsslava%2Fcovid-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsslava%2Fcovid-app/lists"}