https://github.com/salatech/country
This app is mini country guide App. It shows the details of every countries around the world.
https://github.com/salatech/country
country country-flags javascript restapi
Last synced: 3 months ago
JSON representation
This app is mini country guide App. It shows the details of every countries around the world.
- Host: GitHub
- URL: https://github.com/salatech/country
- Owner: salatech
- Created: 2022-04-08T09:45:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-15T15:18:41.000Z (over 3 years ago)
- Last Synced: 2025-10-20T05:39:39.858Z (9 months ago)
- Topics: country, country-flags, javascript, restapi
- Language: HTML
- Homepage: https://salatech.github.io/country/
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Country Guide App
This is the code for a web-based country data application, built with JavaScript and HTML.
## Technologies Used
- HTML
- CSS
- JavaScript
- [jQuery](https://jquery.com/)
- [Bootstrap](https://getbootstrap.com/)
- [REST Countries API](https://restcountries.com/)
## Features
- User-friendly interface
- Responsive design for mobile devices
- Displays information of countries such as population, capital, currencies and more
- Search functionality to filter countries
- Flag and flag icons of countries
- Detailed view of country information
## Getting Started
1. Clone the repository
2. Open the `index.html` file in your browser to view the application.
## Deployment
This app can be deployed on any web server of your choice.
## Note
Please note that this application uses data from the [REST Countries API](https://restcountries.com/) for displaying country information.
## Author
salatech