$\LARGE{Showcase}$
Build an emoji-calendar. It can be expanded in many ways and it’s quite appealing to the eye!
$\LARGE{Guide}$
Setting the main parameters
First, we need to check how many “empty” days we have before and after our calendar month. For the days before, we can use a simple trick: subtract the day selected on prop(**“Date”)**
to itself, so we can return to the first day on the month and check on which number of the day it is standing. This will give us the first part of the calendar.