Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```