Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/toweringcloud/crypto-tracker-rn
- Owner: toweringcloud
- License: mit
- Created: 2024-10-18T06:00:06.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T00:22:59.000Z (2 months ago)
- Last Synced: 2024-10-24T14:29:23.849Z (2 months ago)
- Language: JavaScript
- Size: 474 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```