README.md 670 B
Github Social
Intro
I will be developing a small mobile application that presents a user’s profile and repository information, gathered using Github’s API.
part1 Sketch out and design your application on paper/paint/powerpoint…
Sketched out the design of Profile Screen,Repositories Screen,Following Screen,Followers Screen.
Part II: Explore Github’s GraphQL API and build the Model layer
explore github' graphQL API and build the model
part3 Build the View layer
build the ui of four screen
Part IV: Connecting with Github's API
connect to api and fetch data using apollo
Part V: Testing
using Unit tests, Snapshot tests and ESlint