Explore GitHub Page: Showcasing user data via GitHub API integration, alongside an enhanced user interface for a richer browsing experience.
Link to Previous UI Deployment
- User-Friendly Interface: An intuitive platform that makes retrieving GitHub user information straightforward.
- Comprehensive Data Display: Provides detailed user information, including name, bio, followers, repositories, and followings.
- Ease of Use: Simple and efficient steps to fetch and display data with minimal effort.
- Go to the website and type your github username.
- Select suggested profile.
- The website will display the user's information including name, bio, followers, repositories, and followings.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/sahilatahar/github-profile.git
-
Navigate to the project folder:
cd github-profile
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Access the application:
Open your web browser and go to
http://localhost:5173
to view the project.
This project is licensed under the MIT License.
Contributions are welcome! To contribute to this project, follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/awesome-feature
). - Make modifications or add new features.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature/awesome-feature
). - Create a new Pull Request.
Please ensure that your Pull Request adheres to the project's guidelines and coding conventions. Any contributions you make will be greatly appreciated!