The following Mindtree Assignment was part of interview process. The assignment objectives where
- List all users in the order they signed up on GitHub. Using Get all Users Document.
- Display Users Avatar and login name.
- On click of Avatar display a window on the right panel with his Users Bio details must include id,name,company,location,public repos and followers.
- Display pagination.
- Clone or download the repo
- Register OAuth App
- Add the credentials in App.js
- Install Dependencies
yarn install or npm install
- Start the app
yarn start or npm start
The assignment was part of an interview whose positions have been fulfilled, this repo is meant for people to learn more about React and Github Developer Program so that you can use this to sharpen your skill set or help with other interviews.