A react-native cryptomarket ticker using available api's. Can be found in the iOS app store under the name Tokendex
- react.JS Front end Javascript framework
- react-native program mobile apps in react
- react-native-pathjs-charts a charting library for react native
- react-redux for state management
- redux-thunk for dispatching api calls
Clone the repo:
$ git clone https://github.com/msenejoa/crypto-markets crypto-markets
$ cd crypto-markets
$ npm install
Runs your app in development mode.
This app was made using react-native official
Open it in the Expo app on your phone to view it. It will reload if you save edits to your files, and you will see build errors and logs in the terminal.
Sometimes you may need to reset or clear the React Native packager's cache. To do so, you can pass the --reset-cache
flag to the start script:
npm start -- --reset-cache
# or
yarn start -- --reset-cache
Runs the jest test runner on your tests.
Like npm start
, but also attempts to open your app in the iOS Simulator if you're on a Mac and have it installed.