reactGithubClient

React native demo application that integrated with Github V3 APIs. This project can be used as a clear, clean and well-designed react native boilerplate.

Features!

  • Login into your Github account(Basic Authentication)
  • Show repository commits list

ScreenShots

1--1-

1--1-

2--1-

3

Libraries!

Here is list of some libraries that have used in the project:

Installation

This application requires React-Native v0.60.5 to run.

Install the dependencies and devDependencies and start the server.

$ git clone https://github.com/mdeveloper20/reactGithubClient.git
$ cd reactGithubClient
$ npm install
$ react-native run-android or run-ios

Development

Want to contribute? Great!

In our project we have some TODOs that need your help.

Todos

  • Commits pagination
  • Show commit detai

GitHub