GraphQL API challenge to build react app that's similar to Github.
- Search users and repositories
- View user info
- React
- TailwindCSS
- GraphQL
- GraphQL Codegen
- Tanstack React Query
- Install node modules:
yarn install
- Replace github api key in the src/config with your own access key
- Start the project:
yarn start
- http://localhost:3000/ Home Page
- http://localhost:3000/search Search Page
- http://localhost:3000/users/:username User page