Please sign in to access this page

Around The World

Around The World

1 devlog
1h 39m
•  Ship certified
Created by Yo

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.

Timeline

Ship 1

1 payout of shell 6.0 shells

Yo

about 2 months ago

Yo Covers 1 devlog and 1h 39m

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.