Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 721 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 721 Bytes

Github Graphql API Test

GraphQL API challenge to build react app that's similar to Github.

Functionalities

  • Search users and repositories
  • View user info

Technologies & Tools

  • React
  • TailwindCSS
  • GraphQL
  • GraphQL Codegen
  • Tanstack React Query

How to run

  • Install node modules: yarn install
  • Replace github api key in the src/config with your own access key
  • Start the project: yarn start

URLS