CoinMarket is a simple application that allows users to get realtime information about their favorite cryptocurrencies.
- Real time cryptocurrencies listing.
Step 1: git clone this repo:
Step 2: cd to the cloned repo:
Step 3: Install the Application with yarn
or npm i
- cd to the repo
- Run Build for either OS
- for iOS
- run
react-native run-ios
- run
- for Android
- Run Genymotion
- run
react-native run-android
- Search/Filter functionality
- Implement Different Display times, that is both grid and list view.
- Display list of exchanges
- Add preferred crypto currencies to your watchlist(it will be stored locally for now).