A powerful GitHub Profile UI built with JavaScript, Vue.js, Nuxt.js, NuxtUI, TailwindCSS, and Vite. This app connects to a GitHub Scraper API to analyze GitHub profiles, followers, and following, identifying mutual connections to provide valuable insights into your GitHub network.
- Vue.js 3: Reactive user interface for efficient profile analysis.
- Nuxt.js 3: Static site generation and server-side rendering for better performance.
- NuxtUI: Pre-built components for faster development.
- Tailwind CSS: Modern, responsive design framework.
- Vite: Fast and lightweight build tool for development.
- GitHub Scraper API: Analyze profiles, followers, and following data to identify mutual connections.
To get started with this project, clone the repository and install the dependencies:
# Clone the repository
git clone https://github.com/albertoalejandro196/github-scraper-ui.git
# Navigate into the project folder
cd github-scraper-ui
# Install dependencies
pnpm install
# Start the development server
pnpm run dev
The app will be running on http://localhost:3000.
To build the project for production:
pnpm run build
Contributions are welcome! Feel free to open an issue or submit a pull request.
Don't forget to ⭐️ star the repo and share it with your github friends. Thank you.
This project is licensed under the MIT License.