Skip to content

ShahbaazX786/Dev-Profile

Repository files navigation


Logo

Dev Profile Finder

Search the best Github Profiles using their Usernames.

Live Demo . Report Bug . Request Feature

About The Project

Screen Shot

Ever wondered if there is any user named bluffmaster? or asdf?. Well worry no more.. Using this tool you can try out a variety of different usernames in github and actually see their real profile exists or not.

Built With

  • Nextjs 14 (Reactjs)
  • Tailwind
  • Tanstack Query v5

Getting Started

Just head over the live demo link to test it out real quick.

  • However if you want to experience it in detail then go ahead and clone it in your pc.

Prerequisites

Your pc will need these in order to run this project:
  • Nodejs 18+.
  • Vs code.

Installation

  1. Clone the repo
git clone https://github.com/ShahbaazX786/Dev-Profile.git
  1. Install NPM packages
npm install
  1. Run the app.
npm run bhag
  1. Head over to localhost:3000 in your browser to play around with app in local.

Usage

This is built as a fun project using Github's Public API. and its sole purpose is to be an educational project.

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  • If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
  • Please make sure you check your spelling and grammar.
  • Create individual PR for each suggestion.
  • Please also read through the Contribution.md before posting your first idea as well.

Creating A Pull Request

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request