An open API service indexing awesome lists of open source software.

https://github.com/antoniozcode/econonomic-signals-rn-mobile-app

React Native App
https://github.com/antoniozcode/econonomic-signals-rn-mobile-app

Last synced: over 1 year ago
JSON representation

React Native App

Awesome Lists containing this project

README

          

# Indicadores Económicos App

React Native App getting data from http://indecon.space.

This App use concepts like components, navigation packages, screens, request to external API and theme file. Also to improve the collaboration, the projec use ESLint, Prettier and EditorConfig.

![Indicadores Económicos](https://i.postimg.cc/Zq2xydCG/device.gif?style=centerme)

## Requirements

- Node JS
- Git
- Npm
- Expo CLI

## Installation

Use npm to install the dependencies.

```bash
npm install
```

## Running

To run a test you'll need some of them options **Android/iOS Emulator** or **Android/iOS Device**

```bash
npm run start
```

## Unit testing

```bash
npm run test
```

![Unit test](https://i.imgur.com/MMp7mDt.png)