This is the frontend of the Git Battle application, a Vue.js interface for comparing GitHub developers based on the number of followers, repositories, stars, and forks. The application consumes the Git Battle API to get GitHub user data and determine the winner of the comparison
![]() |
![]() |
|---|
- Vuejs3
- Vue 3 toastify
- Github API
- NodeJS
- npm package manager ( or yarn )
Clone the repository:
git clone https://github.com/VitorFerronato/git-battle-frontend.git
cd git-battle-frontendInstall the dependences:
npm installRun
npm run dev
