A sleek and responsive web app that lets you search for any GitHub user and instantly view their profile details β built using HTML, CSS, and JavaScript.
π Live Demo: https://githubviewv1.netlify.app/
- How to fetch data from APIs using the Fetch API.
- Using async / await for cleaner asynchronous code.
- Dynamically updating the DOM based on API responses.
- Adding smooth fade animations and transitions with CSS.
- Designing responsive layouts using CSS Grid and media queries.
- Handling user input and showing simple error messages.
- HTML5 β structure of the app
- CSS3 β styling, gradients, and responsiveness
- JavaScript (ES6) β logic, API fetch, and interactivity
- GitHub API β for fetching user data
- π Search any GitHub username
- π€ Displays avatar, name, and bio
- π Shows repositories, followers, and following count
- βοΈ Displays email if available
- π Direct link to the GitHub profile
- π¨ Smooth fade-in and fade-out animations
- Add a section to display user repositories
- Show top languages or pinned projects
- Include better error handling and a loading animation