Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sbycrosz/crypto
https://github.com/sbycrosz/crypto
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sbycrosz/crypto
- Owner: sbycrosz
- Created: 2022-07-17T13:04:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-22T14:26:41.000Z (over 2 years ago)
- Last Synced: 2024-11-13T15:53:53.032Z (2 months ago)
- Language: TypeScript
- Size: 231 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# CryptoCompare Live Market Data
Displays the real time market data in USD for the crypto-currency BTC (and more) for potential investors.
Features:
- TypeScript
- Functional styling with Tachyons
- Candlestick chart: Choosen because it displays four price points (open, close, high, and low) neatly.
- Reusable CoinInfo component!
- Neat data formatting with moment and numeral js
- Futuristic data loading with useSWR## Running the app locally
```
$ yarn install$ yarn ios
# Or
$ yarn android
```## Running the app on device
[Expo](https://expo.dev/@sbycrosz/crypto?serviceType=classic&distribution=expo-go)