GitHub Profile
Build a React 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)Card + ListGroup
Country Finder
Build a React 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 a clean table.
https://countries-api.davegarvey.workers.dev/search?q={country} (replace {country} with the actual country name from the input)results[0] to get the country dataTable