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.
- Typescript
- React Native (Android & iOS)
yarn install
Rename .env.example
to .env
and set value for variables in the file.
yarn run ios
or
yarn run android