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
- Host: GitHub
- URL: https://github.com/alan2207/crypto-watcher
- Owner: alan2207
- Created: 2018-03-04T20:38:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-05T08:49:19.000Z (over 8 years ago)
- Last Synced: 2025-03-20T07:16:20.997Z (over 1 year ago)
- Topics: cryptocurrency, react, react-native, redux
- Language: JavaScript
- Size: 1.2 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...

### Development:
Requirements:
* Node, npm, YARN
* react-native-cli
* xcode
```
react-native run-ios --simulator="iPhone X"
```