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: 9 months 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 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-25T11:30:23.000Z (over 4 years ago)
- Last Synced: 2025-03-11T00:12:32.200Z (over 1 year 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: 3
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/sarthakpranesh/Covid19)
[](https://github.com/sarthakpranesh/Covid19)
[](https://github.com/sarthakpranesh/Covid19/issues)
[](https://github.com/sarthakpranesh/Covid19/pulls)
[](https://github.com/sarthakpranesh/Covid19/tags)
[](https://github.com/sarthakpranesh/Covid19/releases)
[](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 terminal
For Android:
* `yarn android` - this will start your android app
For IOS:
1. `cd ios`
2. `pod install`
3. `yarn ios` - this will start your ios app
For Web: you can close metro bundler not required for web builds
1. `yarn web` - the project will build and the site will open automatically
For 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