Skip to content

Latest commit

Β 

History

History
42 lines (30 loc) Β· 1.35 KB

File metadata and controls

42 lines (30 loc) Β· 1.35 KB
# 🦠 COVID Tracker App A **Flutter** application that provides **real-time COVID-19 statistics** using a free COVID-19 API. Users can view **global and country-specific COVID-19 data**, including **total cases, deaths, recoveries, and active infections**. The app features a **circular ring graph** for visualizing case categories and a **search filter** to quickly find country-specific data. ## πŸš€ Features βœ… Fetches **real-time COVID-19 data** from a free API. βœ… Displays **global and country-specific statistics**. βœ… **Circular ring graph** for easy data visualization. βœ… **Search filter** to find specific countries quickly. βœ… Simple and **clean UI** for a smooth experience. ## πŸ“² Getting Started Follow these steps to set up and run the app locally. ### **1️⃣ Clone the Repository** # Clone this repository git clone https://github.com/DeveloperMalak/covid-tracker.git # Navigate to the project directory cd flutter_covid_tracker flutter clean flutter pub get 3️⃣ Run the App flutter run πŸ“Έ Screenshots πŸ› οΈ Tech Stack Flutter – Frontend UI framework Dart – Programming language REST API – Fetching COVID-19 data πŸ”— API Source The app retrieves COVID-19 data from a free COVID-19 API. πŸ“œ License This project is open-source and available under the MIT License. πŸš€ Stay safe and track COVID-19 data easily!