React application integrated with Github API using which one can see the list of users who forked Facebook's React respository and also follow users.
- clone the repository
- run 'npm i' on the root of the project
- run 'npm start' on the root of the project
The app has single page which shows the list of first 10 users Users can navigate using the paginate component
To follow a user a github personal access token needs to provided. Enter your personal token in the input box provided right below the heading of the application. Ensure that 'user:follow' scope is enabled for this token After you have entered your personal token you would be able to follow a user