/github-user-api-with-pagination-v2

My altschool 3rd semester project involving fetchug data from a github api and displaying it with pagination and wildcard routes

Primary LanguageVue

github-user-api-with-pagination-v2

Project brief

Create a new vue js application then using the GitHub API, fetch your GitHub repositories using this endpoint https://api.github.com/users/{{USERNAME}}/repos. show a page with a list of all your repositories on GitHub(the page should have some form of pagination). Then create another page showing data for a single repo clicked from the list of repos using nested routes. Make sure to implement a wildcard route to catch 404 pages. NB: Good UI and Designs are important.

Live link

https://github-user-api-with-pagination-v2.netlify.app/

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.