Skip to content

πŸ“ˆ A Cryptocurrency Tracker App in React Native

Notifications You must be signed in to change notification settings

ytliuSVN/crypto-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
penny.liu
Jun 14, 2021
b8c7c2d Β· Jun 14, 2021
Jun 1, 2021
Apr 20, 2021
May 25, 2021
May 10, 2021
Jun 14, 2021
Apr 20, 2021
Apr 20, 2021
Apr 23, 2021
Jun 11, 2021
Jun 12, 2021
Jun 9, 2021
Jun 11, 2021
May 21, 2021
Apr 20, 2021
Jun 11, 2021
Jun 11, 2021
Apr 24, 2021
May 29, 2021

Repository files navigation

Minecoin

stability-wip code style: prettier PRs Welcome

Crypto Tracker App

A Crypto Tracker App inspired by SpiralDev's CryptoTracker, built using React Native, utilizing CoinGecko API to track the price of cryptocurrencies.

User Stories

  • The user can request the list of cryptocurrencies from the CoinGecko API and see the results collated together.
  • Progressively load more list items by scrolling down the list.
  • The user can sort the cryptocurrencies based on their Market Cap and Volume.
  • The application supports theming and can easily be switched between themes.

App Details

Screenshots

Prices by Market Cap Detail Screen Sorted By
Prices Screen Detail Screen Sorted By

User Registration

Splash Screen Sign In Sign Up
Splash Screen Sign In Sign Up

Dark Theme

Splash Screen Sign In Detail Screen
Splash Screen Sign In Detail Screen

Loading Environment Variables

In the root directory/top-level of your app, create a .env file.

COINGECKO_URL=https://api.coingecko.com

Useful links and resources