- Being able to effectively integrate Zustand into my project for state management was a significant achievement. It streamlined state handling and made the codebase more maintainable.
- Designing a responsive interface using CSS Grid that adapts to various screen sizes and includes interactive elements with hover and focus states was rewarding.
- Utilizing TypeScript for type safety improved code quality and helped catch potential errors early in the development process.
- Adding a modal for the desktop view and a drawer for the mobile view enhanced the user experience by providing device-specific interactions.
Latest solutions
Single grid component first time using scss with grid and flexbox
#sass/scss#accessibilitySubmitted about 3 years ago
Latest comments
- @Sergio0831Submitted 8 months agoWhat are you most proud of, and what would you do differently next time?
- @samuel-aduSubmitted 9 months ago
- @esassoSubmitted about 3 years ago@portalionPosted about 3 years ago
Best units for responsive design are either rem/em for fonts, paddings, margins and percents/vh/vw/vmin/vmax for width and height.
Marked as helpful0