A web application that allows users to explore detailed information about over 250 countries. Each country is displayed in an interactive card with key data points.
View Project: https://rahamka.github.io/RestCountriesAPI/index.html
- Displays data for over 250 countries
- Interactive and responsive country cards
- Shimmer/skeleton effect for loading states
- Built with modern CSS and JavaScript
- Centering elements using
margin-inline: 0 auto; - Implementing shimmer/skeleton loading effects
- Using CSS variables for cleaner styling
- Fetching and displaying API data dynamically
- Clone the repository:
git clone https://github.com/rahamka/RestCountriesAPI.git