Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/krestaino/markets-react

📈 Check the stock market, from your phone!
https://github.com/krestaino/markets-react

expo iextrading market nativebase react react-native redux stock

Last synced: 10 days ago
JSON representation

📈 Check the stock market, from your phone!

Awesome Lists containing this project

README

        

# Markets React

Ever want to check the stock market, but you just couldn't figure out how? Well look no further, this app has got you covered! Built with React Native, Expo, and NativeBase using data from EX API.

![alt tag](assets/github/screenshot.png)

## Getting Started

First, head over to the [Expo installation guide](https://docs.expo.io/versions/latest/introduction/installation.html) to get your development environment set up.

``` bash
# clone repo
git clone [email protected]:krestaino/stock-check.git

# install dependencies
yarn install

# start development server
yarn start

# build
expo build:android
# or
expo build:ios
```

## Store Links
* [Google Play](https://play.google.com/store/apps/details?id=com.kmr.marketsreact)
* [App Store](https://itunes.apple.com/us/app/markets-react/id1441913854)

## Built With
* [React Native](https://facebook.github.io/react-native/docs/getting-started.html)
* [Expo](https://docs.expo.io/versions/latest/)
* [NativeBase](https://docs.nativebase.io/)
* [IEX Cloud](https://iexcloud.io/docs/api/)

## License
This project is licensed under the MIT License - see the LICENSE.md file for details