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.
- 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.
To run the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/arkeasz/github-profiles.git
- Navigate into the project directory:
cd github-profiles
- Install the dependencies:
npm install
- Start the development server:
npm run dev