Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 968 Bytes

README.md

File metadata and controls

46 lines (28 loc) · 968 Bytes

CoTrackIt - A Covid Tracker App


Table of Contents


Description

This project comprises of a covid tracker app called CoTrackIt which aims at providing updated information about rising covid cases in all over the world to the users. It provides regular updates of over 200 countries.

Technologies

  • Flutter
  • Dart Programming

How To Use

Installation

  • Clone this repository.
  • Open the project in Android Studio or VSCode.
  • Install Flutter and dart plugins.
  • Open pubsec.yaml file and run "flutter pub get" in the terminal.
  • Install and emulator or connect your device to the editor.
  • Run main.dart file.

API Reference

  • disease.sh - An open-source API sourced from Worldometers

Developer Info


Back To The Top