GitHub Profile Viewer is a React-based web application that allows user to search and view GitHub profiles with usernames.
- User Search: Enter a GitHub username to view the user's profile.
- User Profile: Display user information such as name, bio, and avatar.
- Responsive Design: The application is responsive, ensuring a good user experience on various devices.
- ReactJS
- CSS
- GitHub API
Project Link : https://krishnam2411.github.io/Github-profile-viewer
- Clone the project
git clone https://github.com/Krishnam2411/Github-profile-viewer
- Go to the project directory
cd Github-profile-viewer
- Install the dependencies:
npm install
- Start the server
npm run dev
