A simple web application that allows users to search for any country and view important information.
https://bewithsadique.github.io/country-search-app/
- Search country by name
- Display country details:
- Country Name
- Capital
- Region
- Population
- State / Subregion
- Clean and responsive UI
- Uses REST Countries API
- HTML5
- CSS3
- JavaScript (ES6)
- Fetch API
REST Countries API
https://restcountries.com/
country-search-app/ │ ├── index.html ├── style.css └── script.js
- Download or clone repository
- Open index.html in browser
- Enter country name
- Click search
This project demonstrates:
- API integration
- Async JavaScript
- DOM manipulation
- Error handling
Md Sadique Alam
Frontend Developer