Skip to content

nolzart/react-native-crypto-tracker

Repository files navigation

Crypto Tracker

An application to track cryptocurrencies.

Few Requirements

Getting Started

Run npm install and after run npm start.

Go to http://localhost:19002 and scan the qr code with your phone.

Or run npm run android or npm run ios to run an emulator on your respective platform.

Key Features

  • Crypto Home

    A vertical list that shows the different cryptocurrencies, with their symbol, name, price and current and their percentage of change in the last hour.

    Search cryptocurrencies

  • Crypto Details

    A screen to show more information about a cryptocurrency.

    A horizontal list that shows the markets where the cryptocurrency is allowed.

    You can add and remove the cryptocurrency from favorites.

  • Crypto Favorites

    Show all the cryptocurrencies you have added to favorites

Acknowledgement

This app was built following the react-native course on platzi, thanks to @alesanabriav and platzi for such a good course.