learnhubmk / app

The frontend app for LearnHub.mk
https://learnhub.mk
MIT License
6 stars 0 forks source link

[FE] Project Section Improvements #250

Closed edichoska closed 5 months ago

edichoska commented 6 months ago

If we have only 2 cards/projects we should display them one after the other on mobile devices. The carousel should be for more than 2 cards/projects. You should edit the current dummy data to only have two cards, and remove the duplicate for the third one. And add a check that would accommodate the two scenarios:

  1. We have 1 or 2 cards. If we have two cards they should be displayed one after another on mobile devices 2, We have more than 2 cards. We should display the carousel as we have it implemented now.