This web application provides real-time COVID-19 statistics, interactive maps, and educational resources. It is built using HTML, CSS, and JavaScript, ensuring a responsive design for optimal user experience.
- Real-Time Statistics: Stay informed with the latest COVID-19 statistics globally.
- Interactive Maps: Visualize the spread of the virus through interactive maps.
- Educational Resources: Access reliable information and resources related to the pandemic.
- HTML
- CSS
- JavaScript
- Clone the repository:
git clone https://github.com/Mudaykirann/covid-19-website.git
- Open
index.html
in your web browser.
If you'd like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/new-feature
- Make your changes and commit them:
git commit -m 'Add new feature'
- Push to the branch:
git push origin feature/new-feature
- Submit a pull request.