Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.22 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.22 KB

Country House App

App Demo

Overview

Country House App is a Flutter application that allows users to search for countries and explore their details. It leverages a REST API to fetch information about countries.

Features

  • Search for countries by name
  • View details of a selected country
  • Access information like capital, population, and more
  • See countries on map

Technologies Used

  • Flutter
  • Dart
  • REST API (All Countries API)

Screenshots

screenshot1 screenshot2

How to Run

  1. Clone the repository:
    git clone https://github.com/ayushnaik27/country-house-app.git
  2. Navigate to the project folder
    cd country-house-app
  3. Navigate to the project folder
    flutter pub get
  4. Navigate to the project folder
    flutter run

API Used

The app uses the All Countries API to fetch country data.

Contributions

Contributions are welcome! If you'd like to contribute to the project, feel free to open issues or pull requests.