Github like Calendar Heatmap(Contribution Summary) built from Scratch using React - JSitor
Very cool!Minor suggestion: instead of Array.from(new Array(n)) to get an array of n length filled with undefined, use Array.from({ length: n }).If you also need to map over those values