Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 499 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 499 Bytes

Currencies Application

It's a mobile app that shows a list of countries with some information for each country. Then it can get an amount in SEK and calculates the equivalent currency for each country.

Powered by

  1. Typescript
  2. React Native (Android & iOS)

Get Started

Install packages

yarn install

Set config values

Rename .env.example to .env and set value for variables in the file.

Run the app

yarn run ios

or

yarn run android