/Countries-Api

A simple React application that allows users to explore countries, view details, and apply filters.

Primary LanguageJavaScript

Country Explorer App 🌎

A simple React application that allows users to explore countries, view details, and apply filters.

Demo 🚀

Live demo: Demo Link

desktop-preview

Features

  • View a list of countries and their basic information.
  • Click on a country to view detailed information.
  • Filter countries by region.
  • Search for countries by name.
  • Responsive design for various screen sizes.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/country-explorer-app.git

Navigate to the project directory:

bash Copy code cd country-explorer-app Install the dependencies:

bash Copy code npm install Usage Start the development server:

bash Copy code npm start Open your browser and go to http://localhost:3000.

Explore the list of countries, click on a country to view details, and use filters to refine your search.

Technologies Used React React Router REST Countries API Bootstrap (or any other styling library) Contributing Contributions are welcome! If you find a bug or have a suggestion, please open an issue or submit a pull request.

Fork the repository. Create a new branch: git checkout -b feature/your-feature-name Make your changes and commit them: git commit -m 'Add some feature' Push to the branch: git push origin feature/your-feature-name Open a pull request. License This project is licensed under the MIT License.