https://github.com/toweringcloud/crypto-tracker-rn
crypto ranking search using react native & tanstack query
https://github.com/toweringcloud/crypto-tracker-rn
Last synced: over 1 year 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T00:22:59.000Z (over 1 year ago)
- Last Synced: 2024-10-24T14:29:23.849Z (over 1 year 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

- crypto detail

### crypto information
- crpyto prices

- crypto news

- crypto buy or sell

## how to run
### setup
- create react-native project using CRNA template
```
$ npx create-react-native-app@3.9.0 {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)
```