So many Coronavirus statistics websites are built these days!
Sharing with you mine which is a responsive dashboard website I created presenting C...
For further actions, you may consider blocking this person and/or reporting abuse
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 ?
Same issue. Not working on Chrome, Firefox, or Edge.
Maybe he's being hugged to death with requests.
Looks like a great project though.
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 :) ?
Works great now! Very fly. Thanks 🤙
Sorry @ksvrajesh - Please retry, I experienced some temporary issue.
Hmm, still can't access it.
Your time to interactive on mobile is also 18s, which is painfully slow:
developers.google.com/speed/pagesp...
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.
Sure! I'm on Chrome Version 80.0.3987.149 (Official Build) (64-bit).
It just hangs on the loading indicator and never loads the app.
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.
Yeah, idk, I did a cache clear + hard reload; still hangs on the loading screen. I also disabled my adblocker, but that didn't really change anything. No errors in the log.
Works now. Nice UI design :)
It looks amazing. But I want to say something. May it be good that the header container sticky. For example;
I love your suggestion @aligoren , Thank you.
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 👍👏
Thank you @negoziator 👍 ! And that's a nice catch, my tasks list gets infinite now :)
Just sits on the loading spinner. Console reveals the following:
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://ipapi.co/json/. (Reason: CORS request did not succeed).
Thank you @jonrandy , I'm going to handle this and to reply here once fixed!
Edit: I just provided a fallback around this, @adam_greenough @aleksandrhovhannisyan can you please also try again :) ?
It works now, yes
Thank you
Just two things:
Thank you for the great feedback @ricoet22 .
I actually did not know that, I will adjust my code accordingly.
You are also right about the date format.
Did add these to my list of improvements.
Congrats! I like the diversity of options available and interactivity. I would like to give you some feedback regarding the UI: you can make a better results by working more on white spaces. Some area are tightened together and some places are over spaced. For example for the data tables there's wide horizontal spaces that made me lost reading the data multiple times ( data table that's shown withing an individual country ) while some graphs have unreadable values due to tight space.
for the endless loading experience it's because the Adblocker will block this URL => "ipapi.co/json/". Your code apparently not expecting the request to fail.
probably you need to refactor the following Line and make it fall back to world data when it fails.
Good luck
Thank you for your great feedback @mazentouati ! Just making sure, you are referring only to the country view? or both the main one too?
As for the issue around ipapi, I just solved this, and this community is amazing, thank you for noting this.
Please retry again and LMK if you think it's valid now.
It's my pleasure Tomer. Yes for the data table I'm referring only to country view. For example this country with few data in its table coronavirus-epidemic.com/?country=SL see how spread the table will look.
A quick UX hack is to align your numerical columns to the right. It will help users compare values easier.
Also, fixing the table head on scrolling is a great help too as shown here: worldometers.info/coronavirus/
if you havn't read it yet, this article will give you a great insight and exposure on designing tables that work: Design better data tables
For the endless loop, well done it's working now. However, I've cleared my cache first to access it. Consider adding a versioning to your assets to force the browser of returning users to reload the file rather than serving it from its cache. For example
app.js?v=5
, ideally it would be a unique value so it's guaranteed to be reloaded. Browsers will cache GET requests usually so by changing the request query parameters we will trick the browser into thinking it's a new resource so it will load it again.Thanks for elaborating around this @mazentouati . I definitely agree on both the table headers adjustments and the cache busting optimization! I am planning to do several changes soon after this great feedback.
Smart design I will bookmark it
Thank you @dazza91 :)
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.
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 :)
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, 👍
Thank you @htnguy !! I think it's a great Idea, will definitely add this :)
Very cool UI. I built a simple one covid-dashboard.herokuapp.com/ but mostly using Java and Spring boot
Lovely! Great work @bdeepak23 :)
Excellent job! 👍
Please check out our COVID-19 widgets and simple API.
Similar to your website, our widgets show live statistics local to a visitor depending on one's location
Is this template that you use for this dashboard: : designreset.com/cork/ltr/demo8/
Yes but it has few diffs
Ok, if you say so.
Awesome design, website is working awesome too. Great job.
Thank you @nedimf :)
I disabled AdBlock, it works fine.. Good job
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?
Thank you @joamuleiro ! I am using several APIs, I shared the list in this post. Hope this is helpful :)
wow looks good!
great job 👍
Good idea!
I noticed an error on Chile's continent, it says Chile is in Africa, but it is actually in South America.
Thank you I have just added this to my tasks list :)
Edit: Fixed :)
really good Tomer!!
there's a widget that defaults to the current country of the viewer. Would you mind sharing how to do that?
Hi @chan_austria777 , sure! I am basing my decision of what country to auto-select according to the client's public IP address. Note that it's not 100% correct since you might be using a VPN or something that alters your IP address but for my needs it was enough. To detect the IP address I am using the following ipapi.co API, specifically the following /GET ipapi.co/json/ endpoint which results with a simple JSON that you can retrieve the user's country code from.
Super nice @jarovarga :) I can understand you!