Coder Social home page Coder Social logo

devfikdark / bdcovidmap Goto Github PK

View Code? Open in Web Editor NEW
10.0 1.0 3.0 1023 KB

Visual of our country of the number of COVID-19 patients in every district.

Home Page: https://z2hub.github.io/bdCovidMap/

License: MIT License

CSS 11.52% JavaScript 67.68% HTML 20.80%
data-visualization map map-visualization covid-19 bangladesh bd-district-and-division bd-map

bdcovidmap's Introduction

BD COVID-19 MAP πŸ—ΊοΈ πŸ‡§πŸ‡©

As COVID-19 is a global pandemic of today's world, Bangladesh has also become the victim of corona virus. Number of COVID-19 patients are increasing day by day in our country and its spreading in every district of our country. As it is spreading fast we may need to get a visual of our country of number of COVID-19 patients in every district. For this purpose, we've made this site where anyone can get overall visual of our country's present status of COVID-19.

Work flow

We used this API to get the district data of our country and used SVG image to build the map.

You can hover/click over the map to get the number of positive cases of that particular district. You can also sort the map by division from the select box. In the table all data is shown with pagination. If you click/hover the district name from the table you'll see the hovered district becomes white in the map.

Map gif

BD MAP
map

Usage

If you want to embed this map in your website you can do so by adding the following code in your html.

<iframe
      src="https://pro-js.github.io/bdCovidMap/"
      height="400"
      width="200"
      frameborder="0"
      scrolling="auto"
      class="frame-area"
      title="BD COVID-19 MAP"
    ></iframe>

To make it responsive you can add the following css code into your style.

.frame-area {
    display: block;
    width: 100%; /* RESPONSIVE WIDTH */
    max-width: 1330px;
    height: 600px;
    overflow: auto;
    margin: 0px;
    padding: 0px;
}

If you like our work please give us a ⭐ to show your appreciation about our work.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.