Skip to content

Whycodex/CoinTracker

Repository files navigation

About this project

This is a react native project built using expo CLI and it uses the best practises and industry standards. It is used to fetch real time cryptocurrency prices from binance APIs and render them visually using graphs and provide sorting facility to the user

The key things achieved by me through this project were -

  • React native animations using reanimated library and interpolate function
  • Caching mechanism
  • Graph library utilization
  • Sorting functionality of the prices

For running this project follow the below steps

Step 1 - Goto your desired file location and open terminal.

Step 2 - Clone the project here by using the following command

git clone https://github.com/Whycodex/CoinTracker.git

Step 3 - Now change directory from the terminal using the following command

cd CoinTracker/

Step 4 - Open this folder inside a code editor of your choice by using the following command (you can use vs code for it’s extensive features) and make sure to be inside the CoinTracker folder

code .

Step 5 - Now open the terminal and install all the dependencies by using

npm install

Step 6 - After installing all the dependencies, simply run the following command

npx expo start

Screenshots

Image1 Image2

Find the demo video for this app with this link

https://drive.google.com/file/d/13nbc7atdpNrnUPWHW08VbJG2RZTYGHYG/view?usp=drive_link

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published