This project was bootstrapped with Create React App.
errytagecountries.netlify.app.
This is a React web app that allows you to search for countries and filter them by region. You can also view more details about each country by clicking on its name.
- ReactJs.
- Bootstrap.
- REST Countries API
- Axios
- Custom-Hook
-
Search: You can search for countries by name or partial name. The app will display a list of matching countries, along with their flags, names, and population.
-
Filtering: You can filter the list of countries by region (Africa, Americas, Asia, Europe, Oceania).
-
Read More Page: You can view more details about each country by clicking on its name. The app will display a separate page with information about the country's capital, population, currency, and languages.
-
Dark and Light Mode theme
To run the app locally, follow these steps:
Clone the repository: git clone https://github.com/your-username/country-search-app.git Install the dependencies: npm install Start the app: npm start
If you find any bugs or issues with the app, feel free to open a new issue on the GitHub repository. If you would like to contribute to the project, you can fork the repository and submit a pull request with your changes.