This is a DevStats website that utilizes the GitHub API to enable users to find any GitHub user and view their repositories.
- Search Functionality: Search for any GitHub user by entering their username.
- User Profile Display: View the profile details of the searched GitHub user, including their avatar, username, bio, followers count, and following count.
- Repository Listing: Display a list of repositories belonging to the searched GitHub user, including the repository name, description, and star count.
- ReactJS
- GitHub API
- Clone this repository to your local machine.
- Install dependencies using
npm install
. - Run the application using
npm run dev
. - Open your web browser and navigate to
http://localhost:5173/
. - Enter the username of the GitHub user you want to search for.
- Explore the user's profile and repositories.
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to create a pull request.