Please sign in to access this page
A simple static website that displays information about a random country each time you click a button. The country details include its flag, capital, continent, population, famous landmark, and a fun fact — all presented in a clean card layout.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
I created a small static website that shows information about a random country each time you click a button. I used a JSON file with data for all 195 countries, including their flag emojis, capitals, continents, populations, landmarks, and fun facts (using AI since it would be too long). The site uses vanilla JavaScript to load the data and display it nicely in a styled card with emoji flags. This project helped me practice working with JSON, fetch API, and basic front-end design while keeping the interface clean and user-friendly. Next, I plan to add a search feature and improve flag display with images.