GitHub Finder is a React application that allows users to search for GitHub profiles and view detailed information about them. It leverages the GitHub API to fetch and display user data in a user-friendly interface.
- User Search: Search for GitHub users by their username.
- Profile Viewing: View detailed information about GitHub users, including their repositories, followers, and more.
- Navigation: Easily navigate between different user profiles.
- Clone the repository:
git clone https://github.com/Duy-Nguyen1104/Github-Users-Finder.git
- Navigate to the project directory:
cd github-finder - Install the dependencies:
npm install
- Start the development server:
npm start
- Open your browser and go to
http://localhost:3000.
- React: A JavaScript library for building user interfaces.
- GitHub API: Used to fetch user data from GitHub.
- React Router: For navigation between different pages.