MathiasHun1
@MathiasHun1All solutions
Responsive contact-form
PSubmitted about 1 month agoIm using native elements, labels, the form can be tabbed through, it has :focus states, etc. Is that enough for a pro implementation, or should I use aria-attributes too? (I've never used them)
Responsive Galleria slideshow page
#framer-motion#react#react-router#sass/scssPSubmitted 3 months agoResponsive Room homepage
#react#sass/scssPSubmitted 4 months agoIn IOS the hamburger-SVG is not visible, and I couldn't find any working solution. Do anyone know something?
Loopstudios Landing page
#react#sass/scssPSubmitted 4 months agoSome best practice advice for using sass. I experimented with nesting selectors, but not a big fan of it, feels like it's harder to see through the style-system, than with proper naming and no nesting.
Other question is the @media usage: Dou you like to write a whole block for media-queries, or write them for each selector seperately (like I did here)? I'm not sure wich is better, maybe a whole @media block is cleaner..
Feel free to criticise anything, It makes me think ;) Cheers
Product-list with cart
#reactPSubmitted 4 months agoI didn't want to modify the given JSON data file, so I track the orders / cart-items in a derived data I create from that. The solution works but I feel it is a bit messy. I'm open to any critical thougts about that, or anything else :)