Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 2.27 KB

README.md

File metadata and controls

40 lines (29 loc) · 2.27 KB

Corona Stats App

The Corona Stats App is a mobile application that provides real-time data and statistics related to COVID-19. It utilizes the disease.sh API to fetch and display data about the global COVID-19 situation and individual country statistics. The app also includes a visually appealing pie chart with animated elements to present key COVID-19 statistics.

Features

Real-time Global Stats: Get the latest updates on global COVID-19 cases, including total cases, active cases, recoveries, and deaths. Country-wise Stats: Browse through an extensive list of countries and view their COVID-19 statistics, such as total cases, active cases, recoveries, and deaths. Interactive Pie Chart: Visualize important COVID-19 statistics through an animated pie chart, providing a quick overview of the distribution of cases, recoveries, and deaths. User-friendly Interface: The app features a clean and intuitive user interface, making it easy to navigate and access relevant COVID-19 information.

Video

covid19.mp4

Getting Started

To run the Corona Stats App on your local machine, follow these steps:

Clone the repository:

git clone https://github.com/AhmadMaazz/Corona-Stats-App.git

Install the required dependencies. Make sure you have Flutter and Dart installed on your machine.

cd corona-stats-app

flutter pub get

Run the app on your preferred device (emulator or physical device).

flutter run

Technologies Used

Flutter: A UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase. Dart: The programming language used by Flutter to build robust and performant applications. disease.sh API: An API that provides real-time data and statistics related to COVID-19, including global and country-wise data.

Credits

disease.sh - The API used to fetch COVID-19 data. Flutter - The framework used to develop the Corona Stats App. charts_flutter - A Flutter library for creating interactive and animated charts, used to build the pie chart in the app.

Contributions

Contributions to the Corona Stats App are welcome. If you have any ideas, bug fixes, or enhancements, feel free to submit a pull request or open an issue on the GitHub repository.