- Added a Loading state while data.json is being imported (I could have done it with Server Components but I wanted to use hooks just to practice some more)
- Make everything responsive
- Pixel perfect UI is a madness The Activity cards are not perfect. Eventhough there are 2 components (<parent>: colored bg, z-0 rounded-2xl overflow-hidden) and (<child>: bg-dark-blue z-1 rounded-t-2xl) there is a slight line of colored-bg visible on the bottom corners of the child and I CAN NOT UNDERSTAND WHY! :) (No overcome)
Pls, help me understand why my CSS is wrong and showing a slight room of colored bg color (ex: orange)