This project is a COVID-19 Tracker that allows users to input a country name and view the latest COVID-19 statistics for that country in real-time. The application also includes features to detect the user's country automatically and display particle animations in the background for visual enhancement.
- Fetch and display COVID-19 statistics for a specified country.
- Automatically detect and display COVID-19 statistics for the user's country.
- Particle animation background.
- Dynamic background color changes.
- Responsive design.
- HTML
- CSS
- JavaScript
- disease.sh for COVID-19 data
- Particles.js for particle animation
- Clone the repository:
git clone https://github.com/Anthony01M/covid-tracker.git
- Navigate to the project directory:
cd covid-tracker
- Open
index.html
in your browser to view the application.
- Enter a country name in the input field and click the "Get Data" button to fetch and display COVID-19 statistics for that country.
- The application will automatically detect and display COVID-19 statistics for the user's country on page load.
- Enjoy the particle animation background and dynamic background color changes.
This project is licensed under the MIT License. See the LICENSE file for details.
This project is part of my portfolio. Feel free to check out my other projects on GitHub.