Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.04 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.04 KB

COVID Tracker App

Overview

The COVID Tracker App is a web application built to provide users with real-time information about COVID-19 cases. It fetches live data from a website using an API and offers features such as dark and light modes, COVID test slot booking, and information on COVID symptoms and prevention.

Technologies Used

  • HTML
  • CSS
  • JavaScript

Features

  • Real-time COVID-19 case tracking using API data
  • Customizable dark and light modes for user interface
  • COVID test slot booking for user convenience
  • Informational resources on COVID symptoms and prevention measures

Installation

  1. Clone the repository:
  git clone https://github.com/jaswant04/covid-tracker-app.git
  1. Navigate to the project directory:
cd covid-tracker-app
  1. Open the index.html file in a web browser.

Contributing

Contributions are welcome! Please fork the repository, create a new branch, make your changes, and submit a pull request.

Acknowledgements