Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arkeasz/github-profiles
GHPROFILES
https://github.com/arkeasz/github-profiles
api git github-api javascript spa vercel vite vue
Last synced: 1 day 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 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-17T04:42:24.000Z (30 days ago)
- Last Synced: 2025-01-17T05:27:26.221Z (30 days 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.
![Preview of the app](./public/preview.jpg)
## 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
```