Skip to content

🛰️ New application with React Native about enterprises

License

Notifications You must be signed in to change notification settings

ItsJuniorDias/Enterprises_myapp

Repository files navigation

Enterprises 🛰

Application built with React Native in order to show data from a companies api

enterprises screens

Figma

Unit Test

Captura de Tela 2024-06-27 às 16 59 07

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
  • Yup for form validation
  • Unform to capture and set input values
  • Immer helps produce less verbose reducers
  • Redux for Global state control
  • Redux-Saga for handling asynchronous requests within Redux

Installing dependencies

$ cd enterprise 
$ yarn 

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.

Android

$ yarn android 

iOS

$ cd ios/
$ pod install
$ cd ../
$ yarn ios  

About

🛰️ New application with React Native about enterprises

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published