Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juanolmedo1 authored Feb 5, 2022
1 parent a10fbee commit 5417d6f
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README.md
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"/>

0 comments on commit 5417d6f

Please sign in to comment.