Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 444 Bytes

File metadata and controls

32 lines (19 loc) · 444 Bytes

CryptoPriceTracker

This project project leverages market data API from Coin Gecko to display market prices of several crypto assets.

Installation process

Clone this repo

https://github.com/ezratechdev/CryptoPriceTracker.git

Install dependencies

npm install

Running the app on android

npm run android

Run the app on iOS

npm run ios