GitHub Users Fetch App 🚀 A simple frontend web application that fetches and displays public GitHub users using the GitHub REST API. This project is built using HTML, CSS, and JavaScript (Async/Await).
📌 Description The GitHub Users Fetch App demonstrates how to fetch data from an external API and display it dynamically on a webpage. It uses modern JavaScript features like async/await, proper error handling, and DOM manipulation to render user profile cards with avatars, usernames, and profile links.
✨ Features Fetches real-time GitHub user data Displays user avatar and username Direct link to GitHub profile Responsive card-based layout Hover effects for better UI Error handling using try...catch