This is a GitHub Profile Details Application built using React.js and styled with Tailwind CSS. The app integrates seamlessly with the GitHub API to fetch and display real-time data from any GitHub user's profile. Users can view essential information like repositories, followers, and more.
-
Dynamic Profile Information: Fetches live data from the GitHub API, including:
- User profile picture, bio, and other personal details.
- Public repositories and their details.
- Followers and following count.
-
React.js: Utilizes React for efficient state management and rendering, ensuring a fast and smooth user experience.
-
Tailwind CSS: The app uses Tailwind CSS to create a modern, responsive, and visually appealing user interface.
-
Real-Time Updates: Displays up-to-date information directly from GitHub, so you always get the latest details.
-
Search Functionality: Users can search for any GitHub username and instantly view their profile information.
- React.js: For building the user interface and managing the application state.
- Tailwind CSS: For styling the application with a mobile-first and responsive design approach.
- GitHub API: For fetching live data from GitHub profiles and repositories.
- JavaScript (ES6): For handling asynchronous requests and app functionality.