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
- Host: GitHub
- URL: https://github.com/antoniozcode/econonomic-signals-rn-mobile-app
- Owner: AntoniozCode
- Created: 2022-02-04T10:23:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-04T10:25:00.000Z (over 4 years ago)
- Last Synced: 2025-01-24T04:24:34.926Z (over 1 year ago)
- Language: JavaScript
- Size: 2.65 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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
```
