Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 1.26 KB

README.md

File metadata and controls

60 lines (41 loc) · 1.26 KB

Ton 🧩

Code challenger build using React Native

Unit tests evidence

Captura de Tela 2023-03-24 às 17 59 35

Evidence of what was developed IOS

Gravacao.de.Tela.2023-03-24.as.14.46.38.mov

Tools

  • axios were used for consumption by Api
  • styled-component to work with customizable components
  • typescript as a development language facilitating the definition of types
  • react-Navigation for navigation between screens
  • react-Redux and @reduxjs/toolkit for Global state control
  • json-server for simulate api service

Installing dependencies

$ cd ton 
$ yarn 

Run server

$ yarn server

Mobile

  • You need to have Android Studio installed and configured and your computer to run APP React Native;
  • With all dependencies installed and the environment properly configured, you can now run the app;
  • With Android Studio running and Emulador open:
  • Or emulate on your physical device.

IOS or Android

$ cd ton
$ cd ios 
$ pod install  
$ cd ../

$ yarn ios
or 
$ yarn android  

Run Tests

$ yarn test