This project uses the Github API and implement unique API scenarios.
- git clone https://github.com/Kush3-14/github-graphql-api.git
- cd git-api
- yarn dev
You need to update env.local files with ur personal token to perform CRUD operations
- Can perform create, read update operation in ur repositories
- live search
- pagenation of repositories
- Implements routing, like when you click on a list of ‘posts’ , say a blog post, after clicking it, you go to a detailed news screen
- Handle Authentication
Thanks for reading!