Skip to content

Latest commit

 

History

History
41 lines (20 loc) · 605 Bytes

README.md

File metadata and controls

41 lines (20 loc) · 605 Bytes

React-Native-Crypto-Tracker

A simple crypto tracker app made with React Native(typescript) and tested on Android using CoinGecko API

Demo

cryptoTrackerDemo.mp4

Install

Follow the instructions in the react native environment setup guide.

Then run

npm install

to install the npm packages.

Launch the project

Launch the project through the following commands:

npx react-native start

and then

npx react-native run-android