WorldInfoApp is a dynamic desktop application developed in C# with WPF. It allows users to explore detailed information about countries around the world by integrating real-time data from the REST Countries API. With offline support through SQLite, the app ensures seamless user experience even without an internet connection.
- 🌐 Real-Time Country Data: Fetches live data from the REST Countries API.
- 💾 Offline Access: Stores country data in a local SQLite database.
- 🔍 Filtering and Sorting: Filter countries by region and sort alphabetically (A-Z or Z-A).
- 📊 Detailed Country Information: Displays official/common names, capital, region, population, Gini index, and flag.
- ⚡ Loading Progress Indicator: Progress bar during data loading.
- 📶 Network Status Verification: Checks internet connectivity before data fetching.
- Language: C#
- Framework: WPF (Windows Presentation Foundation)
- Database: SQLite
- API Integration: REST Countries API
- UI/UX: XAML
- Libraries: Newtonsoft.Json
Worldinfoapp.mp4
- Clone the Repository:
git clone https://github.com/pacheco4480/WorldInfoApp.git