Design comparison
Solution retrospective
Hey 👋🏾. Any changes or tips to add to this will be much appreciated
Also resources on a good JS course on DOM manipulation for navigation and class addition + removal. I'm really struggling with that part Mainly navigation though ... can't just come up with my own responsive navigation sos on this part.
Thanks In Advance 💪🏽
Community feedback
- @skyv26Posted almost 3 years ago
Hi! Lesley, my friend, you did really good with all your efforts but have some issues in your work.
-
Lesley, your email validation logic not completely correct I entered abc@gef and on click button it accept it, instead it should give error.
-
You made it responsive but you did one mistake, as I try to scroll the page, I was not able to do it. Because you have used
overflow-y: hidden;
in body.
So I hope you understand the problem and will solve your issue before anyone again tell you to alter it.
Best Of Luck! Lesley
Marked as helpful0@LeskimPosted over 2 years ago@skyv26 six months on 😂💀 finally dealt with all the issues
1 -
- @byronbyronPosted almost 3 years ago
Hi dude,
One of my favourite js resources is Wes Bos' Javascript 30 course. It contains lots of little mini projects, much like FE Mentor, and it teaches a bunch of useful javascript techniques.
Your base apparel page looks good! I'd also suggest checking your accessibility/html issues flagged by FE Mentor. 👍
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord