Covid19
Covid19 copied to clipboard
COVID 19 - React Native app for displaying your country's stats on Corona Virus available on Android, iOS and Web
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 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
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
For Developers
To start the project follow the below common steps:
-
git clone https://github.com/sarthakpranesh/Covid19.git
-
cd Covid19
-
yarn install
-
yarn start
- leave metro bundler running in another terminal
For Android:
-
yarn android
- this will start your android app
For IOS:
-
cd ios
-
pod install
-
yarn ios
- this will start your ios app
For Web: you can close metro bundler not required for web builds
-
yarn web
- the project will build and the site will open automatically
For Desktop:
-
yarn web
-
yarn desktop
Contributors
- Ankit Mishra (Designer)
- Aryan Shridhar
- Karl Horky
Looking to be a part of the team, checkout our contribution guideline HERE and get started