Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 789 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 789 Bytes

Github Profiles

GHPROFILES is a single-page application (SPA) built with Vue.js that connects to the GitHub API to provide users with rich profiles and repository insights.

Preview of the app

Features

  • View user profiles from GitHub.
  • Access a list of repositories for each user.
  • Display technologies used in each repository.
  • Integration with a GitHub app for seamless data retrieval.

Installation

To run the project locally, follow these steps:

  1. Clone the repository:
   git clone https://github.com/arkeasz/github-profiles.git
  1. Navigate into the project directory:
   cd github-profiles
  1. Install the dependencies:
   npm install
  1. Start the development server:
   npm run dev