Skip to content

List the Github repos of any Github user. A VueJS project.

Notifications You must be signed in to change notification settings

adamlove01/vue-github-repository-list

Repository files navigation

Github Repo List

This app allows you to list all repos of any Github user by user name. Within the resulting list you can search the repo name and description and also filter by programming language.

Alt text

App Views

Home.vue

This is the default view and currently the only page route for the app.

App Components

Header.vue

This displays the title and subtitle of the app.

SearchGroup.vue

This component has a search box and retrieves the repository list from Github and displays the data in Repositories.vue. It also shows a card with the user's name and avatar.

Repositories.vue

This component displays the information for each repository.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installing

Clone the project and cd to its folder.

npm install

Start the development server

npm run serve

Go to http://localhost:8080 to view the Home page.

Vue CLI

This project was bootstrapped with Vue CLI. You can find more information on how to perform common tasks here.

Built With

Author

  • Adam Love

License

This project is licensed under the MIT License.

About

List the Github repos of any Github user. A VueJS project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published