I better understood SSR and NextJS documentation, and finally, I sorted out how to use Firebase.
Latest solutions
- Submitted 27 days ago
Responsive Room homepage
#react#sass/scss- HTML
- CSS
- JS
In IOS the hamburger-SVG is not visible, and I couldn't find any working solution. Do anyone know something?
- Submitted about 1 month ago
Loopstudios Landing page
#react#sass/scss- HTML
- CSS
- JS
Some 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
- Submitted about 1 month ago
Product-list with cart
#react- HTML
- CSS
- JS
I 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 :)
Latest comments
- P@NikitaVologdinSubmitted about 1 month agoWhat are you most proud of, and what would you do differently next time?
- @CoolNight99Submitted about 1 month agoWhat are you most proud of, and what would you do differently next time?
This was the first challenge where I used Bootstrap. There was a bit of a learning curve but I think I did a good job in the end. I like all the shortcuts it has compared to plain HTML/CSS/JS.
What challenges did you encounter, and how did you overcome them?Most of the challenges came from using Bootstrap. I had to learn how to use it correctly to implement the design and functionality.
P@MathiasHun1Posted 20 days agoI think you should be work a bit on responsivity, especially the overflow issues. Maybe it wasn't your focus here, but I have to comment something :D Cheers
1 - @KingoruovieSubmitted about 1 month ago
- @mohamedsecSubmitted about 2 months ago
- @rafopmSubmitted about 1 month agoWhat challenges did you encounter, and how did you overcome them?
Overlay on image
- @anywhereeanytimeSubmitted 7 months ago