Implemented a reusable swipeable carousel component to match the Figma.
Leveraged this new swipeable carousel component to have Landing/WhatWeOffer on mobile match the Figma.
Addressed the alignment bug for what we offer information text.
How did I test it?
Describe in detail steps you used to test the changes you have made.
Compared my implementation to the Figma.
Using inspect element, tested at various screen sizes, including edge cases and common screen sizes.
Required checks:
[Yes] Did you conduct a self-review?
[N/A] Have you written unit or integration tests?
What could go wrong in the future? What parts of your code should the reviewer pay the most attention to?
Describe aspects of the PR that may become problems in the future.
For the swipeable carousel component to be reused some modifications might have to be made due to unforeseen coupling with the what we offer mobile use case of this component.
Looks really good! Could you just make the "Software" and "Hardware" texts bigger like it is on Figma? There is also a merge conflict in 1 file, could you see if you can resolve it yourself?
What was the ticket?
WT-29 : Implement Swipeable Carousel for What We Offer Mobile Link to Ticket: https://generatenu.atlassian.net/browse/WT-29
Adjacent to the above ticket so also covered it in this PR, WT-34 : What We Offer Styling to Fix Alignment Bug Link to Ticket: https://generatenu.atlassian.net/browse/WT-34
What did I do?
Implemented a reusable swipeable carousel component to match the Figma. Leveraged this new swipeable carousel component to have Landing/WhatWeOffer on mobile match the Figma. Addressed the alignment bug for what we offer information text.
How did I test it?
Describe in detail steps you used to test the changes you have made.
Compared my implementation to the Figma. Using inspect element, tested at various screen sizes, including edge cases and common screen sizes.
Required checks:
[N/A] Have you written unit or integration tests?
What could go wrong in the future? What parts of your code should the reviewer pay the most attention to?
Describe aspects of the PR that may become problems in the future.