All Projects → atapas → covid-19

atapas / covid-19

Licence: MIT License
COVID-19 World is yet another Project to build a Dashboard like app to showcase the data related to the COVID-19(Corona Virus).

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects

Projects that are alternatives of or similar to covid-19

us-covid19
Data repository of State's Health Department stats for COVID19 in the United States
Stars: ✭ 37 (+32.14%)
Mutual labels:  covid-19, covid, covid19
corona tracker
COVID-19 tracking app - submission for https://wirvsvirushackathon.org/
Stars: ✭ 13 (-53.57%)
Mutual labels:  covid-19, covid, covid19
CoWin-Vaccine-Notifier
Automated Python Script to retrieve vaccine slots availability and get notified when a slot is available.
Stars: ✭ 102 (+264.29%)
Mutual labels:  covid-19, covid, covid19
PhoNER COVID19
COVID-19 Named Entity Recognition for Vietnamese (NAACL 2021)
Stars: ✭ 55 (+96.43%)
Mutual labels:  covid-19, covid, covid19
SPREAD
Spread visualizes how viruses and other pathogens are spreading in time and space. It creates compellable shareable, interactive and time-animated visualization.
Stars: ✭ 9 (-67.86%)
Mutual labels:  covid-19, covid, covid19
coronainfobd
Real-time corona-virus tracker of Bangladesh 🇧🇩 which includes latest updates, data visualization, public awareness from WHO and some advice to aware people. 🥰❤
Stars: ✭ 46 (+64.29%)
Mutual labels:  virus, covid-19, covid19
flatten-the-curve
COVID-19: By the numbers. Presenting country comparisons and adjustable cumulative graphs. Looking for another developer to keep this up to date
Stars: ✭ 18 (-35.71%)
Mutual labels:  jamstack, covid-19, covid
covid-br
COVID dashboard status from Brazil.
Stars: ✭ 28 (+0%)
Mutual labels:  covid-19, covid, covid19
covid-xprize
Open-source repository containing examples and documentation for the Cognizant XPRIZE Pandemic Response Challenge
Stars: ✭ 36 (+28.57%)
Mutual labels:  covid-19, covid, covid19
covid-pass-verifier
🦠 Scan, parse and verify HCERT compliant government-issued COVID-19 passes.
Stars: ✭ 25 (-10.71%)
Mutual labels:  covid-19, covid, covid19
covid19-timeseries
Covid19 timeseries data store
Stars: ✭ 38 (+35.71%)
Mutual labels:  covid-19, covid, covid19
CoronaVirusOutbreakAPI
A tiny and small program to crawler and analyze outbreak of COVID-19 in world and every country using PHP.
Stars: ✭ 20 (-28.57%)
Mutual labels:  covid-19, covid, covid19
COVID19
A web app to display the live graphical state-wise reported corona cases in India so far. It also shows the latest news for COVID-19. Stay Home, Stay Safe!
Stars: ✭ 122 (+335.71%)
Mutual labels:  covid-19, covid19, covid-19-india
covid-19
An app made with Flutter to track COVID-19 case counts.
Stars: ✭ 47 (+67.86%)
Mutual labels:  covid-19, covid19, covid-19-india
api-service
The REST API backend server for the Jalgaon CoHelp application. Built with Kotlin Ktor.
Stars: ✭ 26 (-7.14%)
Mutual labels:  covid-19, covid19, covid-19-india
COVID breakdown
COVID-19 statistics in Taiwan
Stars: ✭ 15 (-46.43%)
Mutual labels:  covid-19, covid, covid19
COVID-19-DETECTION
Detect Covid-19 with Chest X-Ray Data
Stars: ✭ 43 (+53.57%)
Mutual labels:  covid-19, covid, covid19
open-data-covid-19
Open Data Repository for the Covid-19 dataset.
Stars: ✭ 19 (-32.14%)
Mutual labels:  covid-19, covid, covid19
COVID-19-historical-data-visualization-2019-nCoV-
使用BlankerL提供的数据仓库实现的新型冠状病毒疫情数据可视化
Stars: ✭ 47 (+67.86%)
Mutual labels:  covid-19, covid, covid19
coviddata
Daily COVID-19 statistics by country, region, and city
Stars: ✭ 49 (+75%)
Mutual labels:  covid-19, covid, covid19

COVID-19 World

All Contributors

COVID-19 is the infectious disease caused by the most recently discovered coronavirus. This new virus and disease were unknown before the outbreak began in Wuhan, China, in December 2019.

With the oubreak world-wide and increasing number of active patients, there are many efforts to project the data in some form for people to follow and understand.

COVID-19 World is yet another Project to build a Dashboard like app to showcase the data related to the COVID-19(Corona Virus).

See it Running

COVID-19 World app is running as a website hosted on Netlify Status FOSSA Status

👉 https://covid-19-world.netlify.com/

Many Thanks to all the Stargazers who has supported this project with stars()

Stargazers repo roster for @atapas/covid-19

Analytics

COVID-19 World provides some basic but useful analytics to understand the depth and gravity of the situation.

Home Page 🔗

Home page provides the statistics on the data from country India, i.e, my Country.

  • Total Number of Confirmed Cases
  • Total Number of Active Cases
  • Total Number of Recoverd Cases
  • Total Number of Deaths
  • Trends
    • Number of New Cases Found per Day
    • New Cases Trends - % Changes Per day
    • Trends Change of Confirmed vs Active vs Recovered vs Deaths
  • State Data Break-ups
  • State: Most Affected
  • State: Most Recovered
  • District Wise Data Breakups for a State

World Page 🔗

World page provides the rich features and stats about the Countries affected by the virus:

  • Compare Countries over the Weeks: Compare the Spreads by Selecting the Countries of your choice. The selection also gets persisted into the localstorage of the browser so that, you can montor those over times.
  • Countries with Overall Death Impact
  • Countries Recovering Well
  • Total Cases and Splits
  • Countries with maximum Deaths Today
  • Major Country Spreads

Countries Page 🔗

Countries page list down all the countries affected by the Virus today. This page allows to:

  • Find a Specific Country by type-down search.
  • Select a Country to drill down on the details.
  • Sort the Countries based on, total cases, active cases, deaths and recovery.

Information Page 🔗

Information page provides general information about COVID-19.

News Page 🔗

News page shows the curated news about COVID-19 and Health from different publications over the globe.

To Run from the Source

COVID-19 World is a ReactJS based project uses API from various sources to visualize and analyse the data to represent in most useful manner. Once you clone/fork the repo, you should be able to run it locally.

Make sure, you have NodeJS installed. Preffered Version of nodeJs is >=12.7.0

With Yarn, Do the followings:

  • yarn install: Install the Projcect Dependencies
  • yarn start: Start the app in dev mode. The app will be available on https://localhost:4000
  • yarn build: Build the app for production.

With NPM, Do the followings:

  • npm install: Install the Projcect Dependencies
  • npm run start: Start the app in dev mode. The app will be available on https://localhost:4000
  • npm run build: Build the app for production.

Credits and Motivations

Only motivation behind building this app was to kill time at home over a Long Weekend. 😏

My sincere thanks to followings 👍:

Technologies

This app is built from the scratch using following User Interface Technologies:

License

FOSSA Status

🙏 Stay Home, Stay Safe! 🙏

Contact https://www.tapasadhikary.com for any further queries.

Contributors

Thanks goes to these wonderful people (emoji key):


Tapas Adhikary

💻

Nirmal Kumar

🐛

Saurav Kanchan

💻

NagarjunShroff

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].