
Intro section with dropdown navigation
Design comparison
Solution retrospective
yeah its a greate project
What challenges did you encounter, and how did you overcome them?so challenges is in navbar, its take to long to think but then i finally done it,hard work pays off, after all.
What specific areas of your project would you like help with?yeah, in main area i mess up with img when its in for mobile like lower then 960px where i mess up, my image is to much scratchy there, and please help me and review my code if there is some problem then please tell me.
Community feedback
- @skyv26Posted 3 months ago
Hi @its-awais, 👋
You've done a great job so far, and your effort is commendable! 💪 That said, there are a few areas for improvement to align the project more closely with expectations. Here's my feedback:
Design Alignment 🎨
- The design looks good but can be refined further to match the provided mockups more closely. Paying attention to the small details will elevate the overall quality.
Mobile Responsiveness 📱
- I noticed that the logo and navigation icons (hamburger menu) are not aligned horizontally on mobile. After reviewing the code, it seems the issue is due to the use of
position: absolute
for the mobile navigation button. Consider revisiting your approach—perhaps using flexbox or grid for alignment instead of absolute positioning might resolve this efficiently.
Code Cleanup 🧹
- Removing commented-out code will make your codebase cleaner and more professional. For example:
{/* <img className='open-menu' src={OpenMenu} alt="click to open navbar" onClick={Menu} /> */}
General Improvements 🚀
- There’s significant room for improvement overall. Focusing on refining both design and code will take this project to the next level.
Let me know if you need any help or have questions—happy to assist! 😊
Keep up the good work! 🚀
Best regards,
Aakash Verma0
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