Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/krestaino/markets-react
- Owner: krestaino
- License: mit
- Created: 2018-11-06T19:55:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T08:42:20.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T15:46:10.786Z (26 days ago)
- Topics: expo, iextrading, market, nativebase, react, react-native, redux, stock
- Language: JavaScript
- Homepage:
- Size: 6.33 MB
- Stars: 49
- Watchers: 2
- Forks: 9
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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