mjd123 / AQS-CC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AQS Frontend Coding Challenge

Task

Use the Github GraphQL API to retrieve a users repositories and display them using React Native.


Inside of this project is a simple create-react-native-app skeleton template with a semi-completed apollo client.

Please fork this repo and make all the necessary changes to complete the task to a 'production ready' standard.

The final product should list the top 3 most forked repositories for the user and display each repos fork count, description, title and href link.

Typically we expect applicants to spend around 30 minutes on this challenge and your submission will be graded entirely on code quality.

It should look something like this:

alt text

How to run

  • Install with yarn or npm install.
  • Run npm run web to start it in your browser.

📝 Notes

About


Languages

Language:JavaScript 100.0%