GitSpy is a powerful and user-friendly GitHub profile finder that allows users to search for any GitHub profile and explore its details instantly.
- π Search for any GitHub username
- π View user details: avatar, bio, repositories, followers, and following
- π Quick access to social media links (GitHub, Twitter, LinkedIn)
- π¨ Responsive and visually appealing UI
- β‘ Fast and efficient API fetching
- Frontend: Next.js, React, Tailwind CSS
- API: GitHub REST API
- Styling: Tailwind CSS
- Icons: React Icons
- Hosting: Vercel
Follow these steps to set up GitSpy locally:
# Clone the repository
git clone https://github.com/daviddozie/GitSpy.git
# Navigate to the project directory
cd gitspy
# Install dependencies
npm install # or yarn install
# Start the development server
npm run dev # or yarn dev
Then, open http://localhost:3000
in your browser.
GitSpy is deployed on Vercel. To deploy your own version:
- Fork the repository.
- Connect it to Vercel.
- Deploy with a single click!
We welcome contributions! To contribute:
- Fork the project.
- Create a new branch (
git checkout -b feature-branch
). - Commit your changes (
git commit -m 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
This project is licensed under the MIT License.
For inquiries, reach out:
- GitHub: @DavidMgbede
- Portfolio: david-mgbede.vercel.app
Made with β€οΈ by David Mgbede π