Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarthakpranesh/covid19
COVID 19 - React Native app for displaying your country's stats on Corona Virus available on Android, iOS and Web
https://github.com/sarthakpranesh/covid19
android coronavirus coronavirus-tracking covid-19 covid19 expo india ios linux macos react react-native reactjs virus web windows
Last synced: 17 days ago
JSON representation
COVID 19 - React Native app for displaying your country's stats on Corona Virus available on Android, iOS and Web
- Host: GitHub
- URL: https://github.com/sarthakpranesh/covid19
- Owner: sarthakpranesh
- License: mit
- Created: 2020-03-18T06:20:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-25T11:30:23.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T10:19:02.312Z (about 1 month ago)
- Topics: android, coronavirus, coronavirus-tracking, covid-19, covid19, expo, india, ios, linux, macos, react, react-native, reactjs, virus, web, windows
- Language: TypeScript
- Homepage: https://covid19rn.vercel.app/
- Size: 6.23 MB
- Stars: 53
- Watchers: 4
- Forks: 20
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.com/sarthakpranesh/Covid19.svg?branch=master)](https://travis-ci.com/sarthakpranesh/Covid19)
[![GitHub top language](https://img.shields.io/github/languages/top/sarthakpranesh/Covid19)](https://github.com/sarthakpranesh/Covid19)
[![GitHub issues](https://img.shields.io/github/issues/sarthakpranesh/Covid19)](https://github.com/sarthakpranesh/Covid19/issues)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/sarthakpranesh/Covid19)](https://github.com/sarthakpranesh/Covid19/pulls)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/sarthakpranesh/Covid19)](https://github.com/sarthakpranesh/Covid19/tags)
[![GitHub All Releases](https://img.shields.io/github/downloads/sarthakpranesh/Covid19/total)](https://github.com/sarthakpranesh/Covid19/releases)
[![GitHub](https://img.shields.io/github/license/sarthakpranesh/Covid19)](https://github.com/sarthakpranesh/Covid19/blob/master/LICENSE)
## RNE(Android + iOS + [Web](https://covid19rn.vercel.app/) + Desktop)
## Introduction
Covid19 is a React-Native project developed in support of people suffering and affected due to Covid-19 {Corona} virus all around the world. The app takes a very simple and light weight design keeping in mind proper responsiveness throughout different platforms like android, iOS and web. The app lets the user track the growth of active cases in their country and provides statistics from all around the world.This project uses [react-native-everywhere](https://github.com/sarthakpranesh/react-native-everywhere) template from version `v4.0.0`. This allows the app to be available for Android, iOS, Web and Desktop. Installable binaries for each platform is present in the latest release of the app.
## Designs
Though the current implementation has moved away from the actual designs (keeping in mind web support and ease of use) but our designer worked really hard for coming up with a simple and innovative initial designs, credits to - [Ankit Mishra](https://github.com/alexmishra)| Title | Link |
| --- | --- |
| Project | https://www.figma.com/file/g9ChMLNWBmOwaKFCAv5e7C/Covid-19 |
| Prototype | https://www.figma.com/proto/g9ChMLNWBmOwaKFCAv5e7C/Covid-19?node-id=2%3A48&viewport=1246%2C-2727%2C0.8731774091720581&scaling=scale-down |
## APIs used
1. [corona.lmao.ninja](https://corona.lmao.ninja/)
## For Developers
To start the project follow the below common steps:
1. `git clone https://github.com/sarthakpranesh/Covid19.git`
2. `cd Covid19`
3. `yarn install`
4. `yarn start` - leave metro bundler running in another terminalFor Android:
* `yarn android` - this will start your android appFor IOS:
1. `cd ios`
2. `pod install`
3. `yarn ios` - this will start your ios appFor Web: you can close metro bundler not required for web builds
1. `yarn web` - the project will build and the site will open automaticallyFor Desktop:
1. `yarn web`
2. `yarn desktop`
## Contributors
* [Ankit Mishra](https://github.com/alexmishra) (Designer)
* [Aryan Shridhar](https://github.com/aryanshridhar)
* [Karl Horky](https://github.com/karlhorky)Looking to be a part of the team, checkout our contribution guideline [HERE](https://github.com/sarthakpranesh/Covid19-ReactNative/blob/contribution/contributing.md) and get started