Code Monkey home page Code Monkey logo

co-vid_tracker-'s Introduction

COvid-19 Tracker

Table of Contents

-General Info

-Demo

-Technologies

-Setup

-Features

-Code Example

-Inspiration

-Contact

General Info

The COvid-19 Tracker displays the impact of the Covid-19 pandemic in Colorado between March 2020 and March 2021.

Source: The COVID Tracking Project

API: The COVID Tracking Project - Colorado

Demo

Demo

Technologies

  • JavaScript
  • Html
  • CSS

Setup

To use the COvid-19 Tracker, fork and clone this GitHub repository and run lite-server.

Features

  • Search for Covid-19 data by date in the state of Colorado
  • Access Covid-19 related resources

Code Example

datePickerForm.addEventListener("change", (event) => {
  event.preventDefault();
  const dateString = datePickerForm.value;
  const formattedFormInput = dateToInteger(dateString);

  fetch(covidAPI)
    .then((response) => response.json())
    .then((covidDays) =>
      covidDays.forEach((covidDay) => {
        if (covidDay.date === formattedFormInput) {
          renderDayCard(covidDay);
        }
      })
    );
});

Inspiration

We are inspired by the advancements in science over the past year that have propelled our understanding of the Covid-19 pandemic. Our goal is to present factual data on Covid-19 in the state of Colorado and promote vaccination among the general public.

Contact

Covid-19 Tracker was created by JoAnn Siciliano and Haley Warson.

Contact us with any questions. -

co-vid_tracker-'s People

Contributors

haleywarson avatar lunarosesiciliano avatar

Watchers

 avatar

Forkers

haleywarson

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.