Skip to content

Commit 475de9b

Browse files
authored
added readme file
1 parent 7d8bbcd commit 475de9b

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# RestCountriesAPI
2+
3+
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.
4+
5+
## Live Demo
6+
View Project: https://rahamka.github.io/RestCountriesAPI/index.html
7+
8+
## Features
9+
- Displays data for over 250 countries
10+
- Interactive and responsive country cards
11+
- Shimmer/skeleton effect for loading states
12+
- Built with modern CSS and JavaScript
13+
14+
## What I Learned
15+
- Centering elements using `margin-inline: 0 auto;`
16+
- Implementing shimmer/skeleton loading effects
17+
- Using CSS variables for cleaner styling
18+
- Fetching and displaying API data dynamically
19+
20+
## Installation
21+
1. Clone the repository:
22+
```bash
23+
git clone https://github.com/rahamka/RestCountriesAPI.git

0 commit comments

Comments
 (0)