An open API service indexing awesome lists of open source software.

https://github.com/sumukus/top-100-crypto-price-list

This is the simple react native app which shows the prices of top 100 cryptocurrencies. It uses reduxtoolkit for managing the state.
https://github.com/sumukus/top-100-crypto-price-list

configurestore createasyncthunk createslice react-native react-native-app reduxtoolkit top-100-cryptocurrencies top-100-cryptocurrencies-prices usedispatch useselector

Last synced: 3 months ago
JSON representation

This is the simple react native app which shows the prices of top 100 cryptocurrencies. It uses reduxtoolkit for managing the state.

Awesome Lists containing this project

README

        

# top-100-crypto-price-list
This is the simple react native app which shows the prices of top 100 cryptocurrencies. It uses reduxtoolkit for managing the state.
I have used the open api from https://api.coingecko.com/api/v3/coins/markets?vs_currency=usd to get the prices of cryptocurrencies

```
git clone [email protected]:sumukus/top-100-crypto-price-list.git myApp
cd myApp
npm i
npx expo start
```

Radio Buttons Image