DEV Community

Cover image for Not just another Coronavirus (covid-19) dashboard with live statistics
Tomer Ovadia
Tomer Ovadia

Posted on • Edited on

Not just another Coronavirus (covid-19) dashboard with live statistics

So many Coronavirus statistics websites are built these days!

Sharing with you mine which is a responsive dashboard website I created presenting Coronavirus (COVID-19) pandemic live statistics and news tracking historical data, daily charts, graphs, a per country view and more! coronavirus-epidemic.com

Alt Text

Note: VPN/Antivirus policies might block this website because the domain includes the word "virus" (how stupid is that?), so you can also use try using this alternative link.

So besides the obvious which is sharing with you some screenshots and the list of technologies used, I added some fun-to-read coronavirus guide for humans (which of course includes lots of emojis!) - Just slide down this article to see it πŸ˜ƒ Feel free to suggest some of yours!

In any case, if you have some questions, feedback or recommendations - You are welcome to leave any comment

Screenshots

Desktop

Coronavirus Map and Charts

Coronavirus search country and piechart

Mobile

Alt Text

Coronavirus covid19 graph

Coronavirus continents compare

Tech Stack

Backend:

Frontend:

Hosting:

APIs

And since we all like emojis..

🦠😷 Coronavirus Humans Guide

Some of the credit goes to: https://emojipedia.org/coronavirus/

🚫🀦 Don't touch your face
🚫🀧🀲 Don't sneeze into hands
🚫🀝 No handshakes
πŸš«πŸ§‘β€πŸ€β€πŸ§‘ No close contact
🚫🏟 No large gatherings
πŸš«πŸ›’πŸ˜‘ When using local shops, don't buy literally everything on the shelves. Leave enough for others!

βœ…πŸ€§πŸ’ͺ Do sneeze into your elbow
βœ…πŸ˜· Do put a medical mask
πŸ§ΌπŸ‘β²2⃣0⃣ Wash your hands regularly, for at least 20 seconds
🧴🀲 If soap is unavailable; use alcohol-based handrub / sanitizer
βœ…πŸ“¦πŸ˜Œ If practical, have groceries and other items delivered to your home

πŸ§β†”πŸ§ Keep a reasonable distance from others
πŸ§β–«β–«πŸ§ Stand 2m (6ft) apart
🧍🏠 Stay at home


If you liked the article, please give it a ⭐ on web-coronavirus-stats repository and click the ❀️ below so other people will see it on DEV.to :) ! Feel free to follow me on Github

Oldest comments (49)

Collapse
 
ksvrajesh profile image
Rajesh KSV

I tried to open, but it just loads and loads and loads. Tried on FF 76, Opera 67 and Safari (Normal and private mode). Is the site working fine ?

Collapse
 
otomer profile image
Tomer Ovadia • Edited

Sorry @ksvrajesh - Please retry, I experienced some temporary issue.

Collapse
 
rad_hombre profile image
Matthew Orndoff • Edited

Same issue. Not working on Chrome, Firefox, or Edge.

Maybe he's being hugged to death with requests.

Looks like a great project though.

Collapse
 
otomer profile image
Tomer Ovadia

Hey @rad_hombre , I'm sorry it didn't work for you, there was an issue in my logic, had to add another fallback on the first request. Can you please try again :) ?

Thread Thread
 
rad_hombre profile image
Matthew Orndoff

Works great now! Very fly. Thanks πŸ€™

Collapse
 
ksvrajesh profile image
Rajesh KSV

Works now. Nice UI design :)

Collapse
 
joamuleiro profile image
JoaquΓ­n Muleiro

Beautifully built site! Congratulations. Though may I ask, how are you collecting all the countries' data? Are you using an API or are you updating them daily somehow?

Collapse
 
otomer profile image
Tomer Ovadia

Thank you @joamuleiro ! I am using several APIs, I shared the list in this post. Hope this is helpful :)

Collapse
 
otomer profile image
Tomer Ovadia

Thank you @dazza91 :)

Collapse
 
bdeepak23 profile image
Deepak Bhaskaran

Very cool UI. I built a simple one covid-dashboard.herokuapp.com/ but mostly using Java and Spring boot

Collapse
 
otomer profile image
Tomer Ovadia

Lovely! Great work @bdeepak23 :)

 
otomer profile image
Tomer Ovadia

Thanks for the feedback @aleksandrhovhannisyan but I tried most of the browsers and seems like its working, can you share the problem? Also, regarding the performance results, considering the fact it's only a pet project 🐢, I didn't even start to optimize things, might be the a future goal tough. What has motivated me over performance this time is the time-to-market metric.

Collapse
 
negoziator profile image
Lars Christian Schou

Nice design πŸ‘

Do you know, you cannot scroll when scrolling from the elements (putting your finger on top of an element) ? You have to start scrolling from between each element.

Might not be easy to fix, since the elements are interactive.

Very good job you did πŸ‘πŸ‘

Collapse
 
otomer profile image
Tomer Ovadia

Thank you @negoziator πŸ‘ ! And that's a nice catch, my tasks list gets infinite now :)

 
otomer profile image
Tomer Ovadia

I was just able to run it on this version, may I suggest that you use Hard Refresh?

Just open the Chrome Dev Tools by pressing F12. Once the chrome dev tools are open, just right click on the refresh button and a menu will drop down. This menu gives you the option of doing a hard refresh, or even clearing the cache and do a hard refresh automatically.

Collapse
 
haikelfazzani profile image
Haikel Fazzani

I disabled AdBlock, it works fine.. Good job

Collapse
 
htnguy profile image
Hieu Nguyen • Edited

I love the dashboard. You really did an awesome job.

This is a detail thing, but when you click on one of the countries on the map, it would be nice to highlight or add special styling to the selected country. When I first saw it, I thought it wasn't working lol.

Otherwise, πŸ‘

Collapse
 
otomer profile image
Tomer Ovadia

Thank you @htnguy !! I think it's a great Idea, will definitely add this :)

Collapse
 
griffinfoster profile image
Griffin Foster

Hey Tomer, this new app has an amazing UI and I am a huge fan! I am just curious how long it took you to take this idea and see it through to where it is now. In addition, are you monetizing / do you plan to? And because some pages are being flagged and restricted because of the "virus" keyword, did the government reach out to you about anything? I ask only because I am considering doing something similar to this and just want to get as much information as I can before I get going.

Collapse
 
otomer profile image
Tomer Ovadia

Thank you @griffinfoster for sharing! I did spent few weeks on this. Currently I don't make any profit from it since I started this as a pet project, but it could be nice though, why do you ask? About the government reaching to me, I am not sure I understand what do you mean, why should they? The restricted thing I mentioned in the post is mostly around VPN policies (for example tech employees who has VPN installed on their machine) or Antivirus rules that thinks it makes sense to block a website with the word "virus" (even though it is a legit word). There might be some Adblockers too though I did not tackle one that blocked an entire domain. Hope it helps :)