image

Mobile Challenge - React Native Concepts

image Menu Contents

📌 Motivation

In this challenge, the proposal for a solution was to make the automated tests pass and, for that, it was necessary to create a mobile application, where the user could like his favorite repositories.

👩‍💻 Technologies

  • Axios
  • React Native

💻 Final Application

Imagem Final do Projeto

✔️ Installation

  1. First, you need to have NodeJS and Yarn installed, then, to clone the project via HTTPS, run the following command:

git clone https://github.com/ildaneta/mobile-challenge-concepts

  1. If you already have a registered SSH key, you can perform the clone via SSH through the command:

git clone git@github.com:ildaneta/mobile-challenge-concepts

  1. After cloning, enter the cloned repository:

cd mobile-challenge-concepts

  1. Have an open emulator
  • To check if you already have an emulator open, run:

adb devices

  1. Change the connection port of your emulator to the port used in the backendp project

adb reverse tcp:3333 tcp:3333

  1. After being inside the cloned repository, download the dependencies using:

yarn add

  1. Start the project

yarn android

  1. To run the tests, perform through the command:

yarn test

📝 Author

Made with love 💟 by Ilda Neta.