Github user search app using Vue3 and leveraging Github public Graphql API v4
Why Graphql? Github REST API has some limitation, Plus, base on this app requirements, graph in the best fit
For better understanding, check Github Search API
But Long Story Short:
- GitHub Search API provides up to 1,000 results for each search
- Up to 30 requests, For authenticated requests
- Up to 10 requests, For Unauthenticated requests
- Vue3 and it's ecosystem
- focus-visible: To differentiate focus between keyboard and mouse users, and better focus managment. FOR better accessibility :) view repo
- Card skeleton loader, FOR better User Experience a post on dev.to
SET User Github token in your .env : VUE_APP_GITHUB_TOKEN
npm install
npm run serve
npm run build
npm run test:unit
npm run lint