Hi, this is my first challenge. Any tips/advice would be greatly appreciated
Hamza H.
@hhamza1All comments
- @TristanBerger6Submitted about 3 years ago
- @AlbusflamesSubmitted about 3 years ago
i need a feedback on how to use the form pattern validation attribute, along with any other validation links that can be of help
@hhamza1Posted about 3 years agoYou need to improve the inputs design instead of using the default one.
Keep up the good work
0 - @XephileSubmitted over 3 years ago
Order Summary card, responsive from everything between a desktop and a mobile!
@hhamza1Posted over 3 years agoWhy do you have an overflow:scroll on the component's content in the mobile version?
Always avoid setting height property at all cost, you need to have the elements set on the page then start working the layout based on the viewport. You will still need to refactor your code.
I would suggest you go and check some of the solutions and compare and understand.
Good job on the effort and keep practicing.
1 - @jgrospe92Submitted over 3 years ago
Hi everyone,
I would like to hear some feedback, any suggestions that will help me to improve in coding are highly encouraged. What I have trouble with: I started coding the desktop version first, I struggle with the mobile version. I can't get the small screen to work perfectly. Please take a look at my code and tell me where did I do wrong.
Best regards Jeff
@hhamza1Posted over 3 years agoFirst of all, good job on the delivery.
Although you started with a desktop approach, you could still have a couple of things to set and you won't have to do much on the mobile view. Setting the display flex on the body would have made your work much easier, also you could have set a max-width to the card, that would have helped also with the responsiveness, box shadow should be fixed, bg-color and pattern could be also fixed.
You might check my solution for more details : https://www.frontendmentor.io/solutions/order-summary-card-component-with-flex-MHX37axfl
My approach was mobile-first view. It's much easier to expand to other screen sizes afterwards, not much CSS to write.
Keep up the good work
Marked as helpful1 - @Amirmardan-progSubmitted over 3 years ago
Hi friends let me know your opinion
@hhamza1Posted over 3 years agoAlso you need to review your mobile view. Keep up the work
0 - @ObjectOrientedMindsetSubmitted over 3 years ago
This is my first frontend project any feedback will be appreciated.
@hhamza1Posted over 3 years agoThe mobile-view is not working. Please check that
Marked as helpful0 - @rajesh0406Submitted over 3 years ago
Did my best .Any suggestion would be appreciated
@hhamza1Posted over 3 years agoHi @rajesh0406,
For such exercise, maybe going mainstream instead of using libraries and frameworks would be a better practice, so you can be able to improve your basic skills. IMO, the key here is to properly use flexbox, as it would suffice and you'll be able align the card perfectly, also you'll need to fix the padding on the card component left section.
Keep up the good work.
Marked as helpful1 - @newlomarSubmitted over 3 years ago
Hey everyone!
All feedbacks are welcome.
I would love to get some feedback about:
-
The HTML of my code. Is it fully semantics? Does that h3 tags that I setted inside de li items make sense?
-
I definetely still need to understand flexbox better. I would like a lot about feedbacks on that.
-
I struggled a litle to set de image the way I wanted. That flex-basis property wont let me sleep tonight.
-
Is my use of margin and padding correct? Any recommendation?
-
What about that cover image colour? Is that ok?
Thank you a lot! Wish you all a great day!
@hhamza1Posted over 3 years agoYou did a good work respecting the semantic, I suppose one small thing to review for the card text section is the padding to try to make your work pixel perfect. Keep up the good work and motivation.
Have a great day
Marked as helpful1 -
- @blurrypxlSubmitted over 3 years ago
Hi everyone, I've just completed this challenge. Any suggestions are appreciated :)
Thank you.
@hhamza1Posted over 3 years agoNice work! One small thing I would suggest is to slow down the accordion animation a little bit, it's too quick.
1 - @MishaHernandezSubmitted almost 4 years ago
This challenge has taken me a little longer than usual but I think it has helped me reinforce some knowledge. I appreciate any suggestions 🙂
Bonus:
- Animations
@hhamza1Posted almost 4 years agoHi Mijail. I loved the animations you added. A slight issue I noticed, when I hover over the elements on the creations section, there is a shaking when opacity changed.
Great job!
1 - @IvanGH4Submitted almost 4 years ago
I wasn't sure on how to make the form validation, so any advice will be really appreciated! Thank you!
@hhamza1Posted almost 4 years agoI would suggest to you to give the button a depth effect when clicked (you can play with box-shadow to figure that out). Keep up the good work!
0 - @SamyrORSubmitted almost 4 years ago
Hi everyone, hope you all are having a nice day
Here go one more challeng, any feedback will be welcome!
@hhamza1Posted almost 4 years ago@SamyrOR, bro you need to check the preview you posted. It's not working.
1