-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a10fbee
commit 5417d6f
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Covid App | ||
|
||
Covid App provides information about covid-19 cases per country. We use the following public API to display information in the app: | ||
|
||
https://api.covid19api.com | ||
|
||
### How to run the app | ||
|
||
1. Clone the repo: | ||
```sh | ||
git clone https://github.com/juanolmedo1/covid-app.git | ||
``` | ||
2. Install dependencies: | ||
```sh | ||
yarn install | ||
``` | ||
3. Install pods: | ||
```sh | ||
npx pod-install | ||
``` | ||
4. Install the app locally: | ||
```sh | ||
react-native run-ios | ||
``` | ||
|
||
### Usage | ||
|
||
You'll only be able to login via Google Sing In. | ||
Login, Register and Forgot password buttons were only added to improve the Login screen UI. (They have no functionality, yet :wink:) | ||
|
||
### Screenshots | ||
<img src="./assets/screenshots/Login.png" alt="Login" width="400"/> | ||
<img src="./assets/screenshots/Countries.png" alt="Countries" width="400"/> | ||
<img src="./assets/screenshots/CountryDetail-DESC.png" alt="CountryDetail-DESC" width="400"/> | ||
|