Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/toweringcloud/crypto-tracker-rn

crypto ranking search using react native & tanstack query
https://github.com/toweringcloud/crypto-tracker-rn

Last synced: about 1 month ago
JSON representation

crypto ranking search using react native & tanstack query

Awesome Lists containing this project

README

        

# crypto-tracker-rn

crypto ranking and information using react native

## features

### crypto ranking

- crypto ranking
![Alt text](https://github.com/toweringcloud/crypto-tracker-rn/blob/main/demo/snapshot0.png?raw=true)

- crypto detail
![Alt text](https://github.com/toweringcloud/crypto-tracker-rn/blob/main/demo/snapshot1.png?raw=true)

### crypto information

- crpyto prices
![Alt text](https://github.com/toweringcloud/crypto-tracker-rn/blob/main/demo/snapshot2.png?raw=true)

- crypto news
![Alt text](https://github.com/toweringcloud/crypto-tracker-rn/blob/main/demo/snapshot3.png?raw=true)

- crypto buy or sell
![Alt text](https://github.com/toweringcloud/crypto-tracker-rn/blob/main/demo/snapshot4.png?raw=true)

## how to run

### setup

- create react-native project using CRNA template

```
$ npx [email protected] {project_name}
```

- install required packages

```
$ npm install
```

### launch

- run service in web browser

```
$ npm start or npm run web
```

- run service in mobile emulator or simulator

```
$ npm run android (ios)
```