I’d really appreciate constructive feedback.
Latest solutions
Latest comments
- @TetianaAleksWhat specific areas of your project would you like help with?@FR-UX-EN
Awesome work! It's interesting you used Angular's Reactive Forms.
- P@lenny131What are you most proud of, and what would you do differently next time?
The sharing controls (div with "SHARE" text and social media buttons) would be a good candidate for a reusable component.
@FR-UX-ENLooks awesome!
- @nerdynischalWhat are you most proud of, and what would you do differently next time?
I normally use flexbox for pretty much anything so using grid was a good exercise to get a better understanding of the concept, and also saw its use cases for future projects where a more concrete layout is required.
What challenges did you encounter, and how did you overcome them?I missed the quotation mark in desktop view at first but it was pretty easy with absolute positioning. Also, the design might not be 100% accurate since I do not have access to pro/Figma file so just eyeballed everything.
@FR-UX-ENGood job! While reading your answer, I realized that I also forgot the quotation mark! thanks for the reminder haha
- @nicodemoosWhat are you most proud of, and what would you do differently next time?
I learned with this project how to use the CSS grid, I got lost a few times trying to use it, but it's always good to try something new.
Aprendi com esse projeto como usar o CSS grid, me perdi algumas vezes tentando usá-lo, mas é sempre bom tentar algo novo.
What challenges did you encounter, and how did you overcome them?The CSS grid and templates are quite confusing at first time, but with practice and lots of mistakes you'll eventually get the hang of it.
O CSS grid e seus templates são um pouco confusos no começo, mas com prática e alguns erros você acaba pegando o jeito.
What specific areas of your project would you like help with?CSS grid Template
@FR-UX-ENGood job! Looks like some colors should matched the design file but besides that everything looks fine!
- @Shakiba-AlipourWhat challenges did you encounter, and how did you overcome them?
I had some challenges with setting different sources for <img/> in different screen sizes. I searched a little and I used <picture> element to reach the goal. Additionally, I found out that @font-face only works with actual .woff or .ttf font files. So, when you want to link a font file to your project with its url, you must use <link> in the html file
@FR-UX-ENGood job!
- @tanazenia@FR-UX-EN
Good job! Although some texts need to be bold but nice work!