/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.

Primary LanguageVueMIT LicenseMIT

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

Project Setup

  1. Install dependencies:

    npm install
  2. Compile and Hot-Reload for Development:

    npm run dev
  3. Compile and Minify for Production:

    npm run build

Enjoy exploring GitHub profiles with Git Finder! 🎉