GitHub Profile
Build an application that looks up any developer on GitHub. The user types a username, hits submit, and gets everything they need: the developer's avatar, name, bio, how many public repos they have, and their follower count.
https://api.github.com/users/{username} (replace {username} with the actual username from the input)st.image(url, width=150) displays an image from a URL.jpeg)
Country Finder
Build an application that searches any country in the world. The user types a country name, hits submit, and instantly sees the capital city, population, and region displayed in clean stat cards.
https://countries-api.davegarvey.workers.dev/search?q={country}["results"][0] to get the country datast.metric("Label", value) displays a stat card with a label on top and value below