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

https://github.com/alan2207/crypto-watcher

App for tracking cryptocurrencies built with React Native
https://github.com/alan2207/crypto-watcher

cryptocurrency react react-native redux

Last synced: 3 months ago
JSON representation

App for tracking cryptocurrencies built with React Native

Awesome Lists containing this project

README

          

# Crypto Watcher

App for tracking states of cryptocurrencies.

The app is fetching data from [Coinmarketcap](https://coinmarketcap.com/api/)

The user has ability to store its favorites using built-in storage.

Built with React Native, for IOS only...

![Demo](demo.gif?raw=true "Demo")

### Development:

Requirements:
* Node, npm, YARN
* react-native-cli
* xcode

```
react-native run-ios --simulator="iPhone X"
```