cucumeris
@cucumerisGITAll solutions
- Submitted 24 days ago
Product list with cart made with React
- HTML
- CSS
- JS
At first, I found it hard to understand when to create a component, and as with all things, the internet doesn't seem to agree on the 'correct' way to create them. Some components could be broken down into smaller parts, but overall, I think they’re fine for a smaller project like this, where we don’t have many reused components. I need to find a balance that works for me. I’d welcome any feedback on my current component usage and the project overall. Thanks in advance!
- Submitted about 2 months ago
Social Proof Section
- HTML
- CSS
Could I improve the layout of the cards without relying on
:nth-child
? Also, did I use@mixin
effectively and could other@mixins
also be applied elsewhere? Any other feedback on the page is appreciated. Thanks! - Submitted about 2 months ago
Four card feature section using SCSS and BEM
- HTML
- CSS
I would appreciate feedback on the responsiveness, specifically if i used the media query correctly and if i should use something else than px for max-width. Also i would welcome feedback on optimization of the CSS.