Skip to content

Latest commit

 

History

History
77 lines (56 loc) · 2.23 KB

README.md

File metadata and controls

77 lines (56 loc) · 2.23 KB

Contries API App

Description

The Countries API App is a web application built using React and the Contries API. It allows users to search for any country and retrieve comprehensive geographical details. The app features a beautiful and responsive design, making it accessible on both desktop and mobile devices. Users can also customize the countries displayed on the homepage based on different continents.

Features

  • Search Functionality: Search for a country to get all its geographical details, including population, area, capital, languages, and more.
  • Responsive Design: The app is fully responsive, providing an optimal viewing experience on any device.
  • Customizable Homepage: Customize the countries displayed on the homepage based on the continent they are from.
  • Beautiful Design: Clean and attractive user interface for a pleasant user experience.

Installation

Prerequisites

  • Node.js and npm installed

Steps

  1. Clone the repository:

    git clone https://github.com/Ram0O7/contries-api-app.git
  2. Navigate to the project directory:

    cd contries-api-app
  3. Install dependencies:

    npm install
  4. Run the development server:

    npm start
  5. Open your browser and navigate to http://localhost:3000.

Usage

  1. Open the app in your browser.
  2. Use the search bar to find a country and view its geographical details.
  3. Customize the countries displayed on the homepage by selecting different continents.

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/your-feature-name
  3. Make your changes and commit them:
    git commit -am 'Add new feature'
  4. Push to the branch:
    git push origin feature/your-feature-name
  5. Open a pull request.

Credits

Contact


Enjoy exploring the world with the Countries API App!