Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanbrasiliano/git-finder
A simple application that provides a summary of a GitHub user's profile using Vue 3 Composition API. This app fetches and displays key information about a user, including their repositories, followers, and other profile details, in a clean and interactive interface.
https://github.com/yanbrasiliano/git-finder
composition-api javascript vue vue3
Last synced: about 4 hours ago
JSON representation
A simple application that provides a summary of a GitHub user's profile using Vue 3 Composition API. This app fetches and displays key information about a user, including their repositories, followers, and other profile details, in a clean and interactive interface.
- Host: GitHub
- URL: https://github.com/yanbrasiliano/git-finder
- Owner: yanbrasiliano
- License: mit
- Created: 2023-01-25T03:52:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T01:49:02.000Z (5 months ago)
- Last Synced: 2024-06-04T03:15:41.429Z (5 months ago)
- Topics: composition-api, javascript, vue, vue3
- Language: Vue
- Homepage:
- Size: 7.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Git Finder 🔍
A simple application that summarizes a GitHub user's profile using Vue 3 Composition API and Pinia. This app fetches and displays key information about a user, including their repositories, followers, and other profile details, in a clean and interactive interface.
![image](https://user-images.githubusercontent.com/72168914/215234967-525cb57b-60b0-4b28-8806-85dcbd1aa6a5.png)
## Project Setup
1. **Install dependencies:**
```sh
npm install
```2. **Compile and Hot-Reload for Development:**
```sh
npm run dev
```3. **Compile and Minify for Production:**
```sh
npm run build
```Enjoy exploring GitHub profiles with Git Finder! 🎉