GitHunt is a web application that allows you to discover, compare, and analyze GitHub users with ease. Dive into detailed profiles, repositories, and much more.
- View detailed GitHub profiles, repositories, followers, and starred projects.
- Compare users side-by-side to evaluate their contributions and activity.
- Responsive design optimized for both desktop and mobile.
- Clone the repository:
git clone https://github.com/heysaiyad/GitHunt.git
- Navigate to the project directory:
cd GitHunt - Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and navigate to
http://localhost:8001.
To create a production build, run:
npm run buildTo preview the production build, run:
npm run preview