https://github.com/arkeasz/github-profiles
GHPROFILES
https://github.com/arkeasz/github-profiles
api git github-api javascript spa vercel vite vue
Last synced: 10 months ago
JSON representation
GHPROFILES
- Host: GitHub
- URL: https://github.com/arkeasz/github-profiles
- Owner: arkeasz
- License: gpl-3.0
- Created: 2022-07-03T15:44:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-17T04:42:24.000Z (about 1 year ago)
- Last Synced: 2025-02-14T16:04:08.442Z (11 months ago)
- Topics: api, git, github-api, javascript, spa, vercel, vite, vue
- Language: Vue
- Homepage: https://ghprofiles.vercel.app/
- Size: 301 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **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.

## 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:
```bash
git clone https://github.com/arkeasz/github-profiles.git
```
2. Navigate into the project directory:
```bash
cd github-profiles
```
3. Install the dependencies:
```bash
npm install
```
4. Start the development server:
```bash
npm run dev
```