github-visualizer

This project is a web application that allows users to view GitHub profiles and repositories in an organized and aesthetically pleasing format. It consists of a Django-based backend and a React-based frontend.

Home UserProfile

The backend of the project uses Django to integrate with the GitHub API, fetching and filtering user profiles and repository data to provide relevant information. RESTful endpoints are available for the React frontend to query user data based on GitHub usernames.

The React frontend features an input field for GitHub usernames and dynamically displays profiles and repositories in a clean layout. It uses React’s state management for data handling and display.

Key features include real-time data fetching from the GitHub API and a responsive design for a seamless user experience across devices.