/altschool-vue-githubSails

Someone's AltSchool Vue I want to study

Primary LanguageVue

Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Question

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).

  1. 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.

endpoint: https://api.github.com/users/{{USERNAME}}/repos

LIVE LINK

https://glowing-dango-572f28.netlify.app/