Latest solutions
Responsive Social Card
#sass/scssSubmitted about 1 year agoAny constructive criticism is always welcome.
Responsive QR code | HTML&SCSS
#sass/scssSubmitted about 1 year agoHonestly, any errors you see or anything that you've done differently, just let me know. I love learning and i welcome advice from those who are more experienced.
Latest comments
- @KaelldrickSubmitted about 1 year ago
- @leykerjsmSubmitted about 1 year agoWhat are you most proud of, and what would you do differently next time?
Working with sass for the second time
What challenges did you encounter, and how did you overcome them?naming things xD
What specific areas of your project would you like help with?sass structure
@pauzuffinettiPosted about 1 year agoLol the nesting part of sass is hard work, it's hard sometimes to understand it but you rocked it!
Marked as helpful0 - @Biskup85Submitted about 1 year agoWhat are you most proud of, and what would you do differently next time?
I'm very proud of my work, this time I'm using flex box. And try using my knowledge in my work.
What challenges did you encounter, and how did you overcome them?This challenge I don't have any problem.
What specific areas of your project would you like help with?I'm looking for a more difficult challenge.
- @pauzuffinettiSubmitted about 1 year agoWhat are you most proud of, and what would you do differently next time?
I'm proud of learning from my past mistakes and knowing how to PROPERLY center a div (finally)
What challenges did you encounter, and how did you overcome them?Media querys where a challenge.
What specific areas of your project would you like help with?Any constructive criticism is always welcome.
@pauzuffinettiPosted about 1 year agoThnank you very much for your feedback! I usually use the main tag, but in this project i forgot about it, so this is a great reminder. I'll be using it in every project from now on. Thank you and have an amazing day!
0 - @AshongAbdallah06Submitted about 1 year agoWhat are you most proud of, and what would you do differently next time?
I used React for the first time on my own for a challenge, which was quite easier than I expected it to be.
What challenges did you encounter, and how did you overcome them?When I was mapping through the list, in the return statement, I was returning a {} instead of a (). This is because I've used a lot of arrow functions in JS, and they normally use {}. So, it was hard to figure out the problem, but luckily, I asked ChatGPT, and it identified the problem. This is what i mean: ` links.map(link => {
{link.siteName}
}) `
What specific areas of your project would you like help with?On using JS framweorks
- @LANRIE-DEVSubmitted about 1 year agoWhat are you most proud of, and what would you do differently next time?
I was able to apply new tricks like transitions, transformations and media queries.
What challenges did you encounter, and how did you overcome them?I faced the challenge of the focus state for the card, but it was worthwhile.
What specific areas of your project would you like help with?I would like help with the extensive use of media queries and transformations (2D & 3D).
@pauzuffinettiPosted about 1 year agoI've been having the same issue with the media querys and transformations. Have you been able to correct it yet?
Marked as helpful1