Skip to content

codingmastr/GitHub-Profile-Search-App-Using-React-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Here's a template for a README file for your GitHub profile search app project:


GitHub Profile Search App

This is a simple web application built with React.js that allows users to search for GitHub profiles by username and view detailed profile information.

Features

  • Search: Users can enter a GitHub username and click a button to search for the profile.
  • Profile Display: The app displays the profile picture, username, bio, number of followers, and number of repositories for the searched profile.
  • Error Handling: If the entered username is not found or there is an error in fetching the data, an error message is displayed.
  • Responsive Design: The app is designed to work well on both desktop and mobile devices.

Technologies Used

  • React.js
  • GitHub API
  • HTML/CSS

Getting Started

To run this project locally, follow these steps:

  1. Clone this repository to your local machine using:

    git clone https://github.com/your-username/GitHub-Profile-Search-App-Using-React-JS.git
    

    Replace your-username with your GitHub username.

  2. Navigate to the project directory:

    cd github-profile-search-app
    
  3. Install the dependencies:

    npm install
    
  4. Start the development server:

    npm start
    
  5. Open your browser and visit http://localhost:3000 to view the app.

Contributing

Contributions are welcome! If you have any ideas, suggestions, or improvements, please create an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.


About

A Github Profile Detective

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published