Skip to content

simoneantonicchio/git-hub-stargazers

Repository files navigation

Git-hub-stargazers

A React Native application to get a github REPO Stargazers list.


Getting started

  1. Edit .ENV file with your personal Github token. Click here to create a new one.

  2. Install node-modules:

    npm install

  3. If you have not installed the application on native device, please run the command below ( if you already have, please jump to step 4):

    • Android devices: npm run android
    • iOS device npm run ios
  4. If you have installed the application on native device, please run the command below to start the server:

    npm start

UI Usage

Insert repository owner and repository name and click on submit button to get the related Stargazers list.

Libraries used

Testing

Testing are implemented, please run npm run test to start automation test about:

  1. Create App
  2. Services API status

Notes

This application is created using React Native CLI.