Skip to content

Simple React Native app that shows top 10 crypto currencies by market cap.

Notifications You must be signed in to change notification settings

saadibrahim/react-native-top-crypto

Repository files navigation

React Native Top 10 Cryptocurrencies

Example React Native app that uses the CoinMarketCap API to get top 10 Cryptocurrencies by market cap, here's what components and libs are used:

  • react-native-cli to bootstrap the app.
  • React Native
  • Redux + Redux Thunk + reselect + Redux Dev Tools
  • jest for testing
  • prettier + eslint
  • apisauce

Running the app in simulator

To run the app you need yarn package manager. Once you have yarn installed, clone the repo and navigate to it's directory in terminal and run the following commands:

## to install the dependencies
yarn
## to run the app on iOS
react-native run-ios
## to run the app on Android
react-native run-android
## to run the tests
yarn test

Screenshot:

Home

About

Simple React Native app that shows top 10 crypto currencies by market cap.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published