Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

A financial indicator app made with React Native!

Notifications You must be signed in to change notification settings

gerzonc/FinancialIndicatorsApp

Repository files navigation

Financial Indicators

A financial indicators app made with React Native!

Table of Contents

Pre-requisites

Ensure you have followed the installation process for React Native

Installation and usage

Before hand, be sure you have an Android emulator with Google Play Services or an iOS simulator with at least iOS 12.

For installing this project on your machine just clone the project and run in the console:

$ yarn install
// or
$ npm install
// For iOS only
$ cd ios && npx pod-install

Once you've done all the process explained above, run:

$ npx react-native run-android

or

$ npx react-native run-ios

Screenshots

Features

  1. List all economic indicators available through the provided API
  2. Display specific economic indicator data and graph
  3. List price detail for specific economic indicator

Libraries used

    "@react-native-community/netinfo": "^9.3.1",
    "axios": "^0.27.2",
    "react": "18.1.0",
    "react-native": "0.70.1",
    "react-native-chart-kit": "^6.12.0",
    "react-native-mmkv": "^2.4.3",
    "react-native-navigation": "7.29.0",
    "react-native-paper": "5.0.0-rc.6",
    "react-native-reanimated": "2.10.0",
    "react-native-svg": "^13.2.0",
    "react-native-vector-icons": "^9.2.0"

About

A financial indicator app made with React Native!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published