DEV Community

Cover image for Github like Calendar Heatmap built from Scratch using React - JSitor
Ashvin Kumar Suthar
Ashvin Kumar Suthar

Posted on

6 2

Github like Calendar Heatmap built from Scratch using React - JSitor

Today, I have challenged myself to pick a random UI and built it from scratch. I picked up the Github Contribution heatmap view and built it using React and SCSS.

It took me ~1hour to complete this. A full video in making is available here -

Top comments (1)

Collapse
 
jamesprenticez profile image
James Prentice

Thanks for this!

I added this to the css to pick up the current month at the end

.month:nth-of-type(51){
visibility: visible !important;
}

SurveyJS custom survey software

JavaScript UI Libraries for Surveys and Forms

SurveyJS lets you build a JSON-based form management system that integrates with any backend, giving you full control over your data and no user limits. Includes support for custom question types, skip logic, integrated CCS editor, PDF export, real-time analytics & more.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay