A simple Github Profile Finder built using HTML, CSS, TypeScript, and the GitHub API.
Users can enter a GitHub username, and the app will fetch and display the profile details such as profile picture and username in a clean card view.
- π Search any GitHub user by username
- π€ Displays profile name
- πΌοΈ Displays profile image in a card layout
- π¨ Simple and responsive UI with HTML + CSS
- β‘ Built using TypeScript for type safety
- π Uses the GitHub REST API
- HTML β Structure of the app
- CSS β Styling and responsive card design
- TypeScript β Logic and API integration
- GitHub API β Fetching user data
- Clone the repository:
git clone https://github.com/your-username/Github-Profile-Finder.git