Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.09 KB

File metadata and controls

54 lines (34 loc) · 1.09 KB

crypto-tracker-rn

crypto ranking and information using react native

features

crypto ranking

  • crypto ranking Alt text

  • crypto detail Alt text

crypto information

  • crpyto prices Alt text

  • crypto news Alt text

  • crypto buy or sell Alt text

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)