Days in COVID-19 time and Visual Analytics

Co-Founder, @CreoWis | Teacher, @tapaScript | Founder, @ReactPlay | YouTuber | Writer | Human
Search for a command to run...

Co-Founder, @CreoWis | Teacher, @tapaScript | Founder, @ReactPlay | YouTuber | Writer | Human
No comments yet. Be the first to comment.
Traditional SSR is great, but it has a massive buffering problem. Let's look into the SSR Streaming and learn how it could be a game changer.

Learn how to build maintainable, reusable forms in React using design patterns like custom hooks, compound components, and context for scalable CRUD

Learn how JavaScript variables work, including let vs const, primitive and reference types, pass by value, and how JavaScript stores data in memory.

A beginner-friendly introduction to JavaScript covering what it is, how it works, and how to set up your JavaScript environment

Learn how the promises are handled internally using event loop. This concept is essentials to debug and work with async programming.

GreenRoots Blog - A Blog by Tapas Adhikary
186 posts
Educator | YouTuber | Building ReactPlay | Let's Connect
It is been a while writing a blog story. Between the time I had published my last post(way back in January 2020) and now, world has been witnessing something so overwhelming, COVID-19. Days are not easy with lock down all over the country, struggle in getting supplies, tons of fake news around, kids are not having schools and many of us (over)working from home!
After spending few days depressed about the situations, I understood, the best way to pass it would be to make better use of the time in hand. Time to learn something that I am aspiring for a long time. Hence couple of thoughts came in mind:
There are so many great projects done recently with the COVID-19 data that are publicly available. There are APIs doing great job collecting and representing data in many formats that suite the needs of Visualizations using Time-Series, List, Drill-Down etc. Here are couple of them I am using:
COVID-19 World is yet another Project to build a Dashboard like app to showcase the data related to the COVID-19(Corona Virus). The intention was to learn about "how to think on data to create visualizations".
COVID-19 World app is running as a website hosted on Netlify.
You can see it here:
๐ https://covid-19-world.netlify.com/
COVID-19 World provides some basic but useful analytics to understand the depth and gravity of the situation.
Home page provides the statistics on the data from country India, i.e, my Country.
District Wise Data Breakups for a State
World page provides the rich features and stats about the Countries affected by the virus:
Major Country Spreads
Countries page list down all the countries affected by the Virus today. This page allows to:
Sort the Countries based on, total cases, active cases, deaths and recovery.
Information page provides general information about COVID-19.
News page shows the curated news about COVID-19 and Health from different publications over the globe.
This app is built from the scratch using following User Interface Technologies:
I would like take a special mention of the Recharts library. It is super cool and very easy to get used to. Recommended for Reactjs based projects.
I have open sourced the source code. You can find it on my GitHub here: https://github.com/atapas/covid-19.
I would love to collaborate with you if you would like to enhance it further. Please feel free to create an issue if you would like to. There are few planned items already to work on. I have few in pipeline:
India. We can get the locale of the browser and set the data of Appropriate Country!Don't be shy from giving it a Star(โญ๏ธ).
Cover Photo by Clay Banks on Unsplash
๐ Stay Home, Stay Safe! ๐
Yeah we need to. Wish the world a speedy recovery. Stay healthy, Learn something new and Keep Sharing!