Manny Verma
@mverma45All comments
- @xStephx@mverma45
looks good.
- @mrcordas@mverma45
looks good.
- @typingfeWhat are you most proud of, and what would you do differently next time?
the fact that i did the project
What challenges did you encounter, and how did you overcome them?the popups so i searched.
What specific areas of your project would you like help with?how to do popups using toggle
@mverma45good job on the code.
- @kingergemWhat are you most proud of, and what would you do differently next time?
I am proud that it least i copied most of the layout but not exactly. I would like to learn any different techniques for having a responsive webpages.
What challenges did you encounter, and how did you overcome them?The challenges i really encountered is how I will make it responsive by changing the font and box size dynamically. thankfully there are many resources i could search on to resolve my problems especially the ChatGPT.
What specific areas of your project would you like help with?Maybe proper use of different css units
@mverma45Good job on the project. Keep learning from YT, Google and other reviewing other people's code.
- P@Ericphoto35@mverma45
Looks good.
- @mverma45What are you most proud of, and what would you do differently next time?
I am proud of the fact that I got the opportunity to work on this project from this platform, this is a great platform to practice front-end development skills. Also from what I learned on this challenge is amazing.
What challenges did you encounter, and how did you overcome them?In this project I encountered the challenges of grid, I always have a problem working with grid/flexbox I have to look up the code and try to figure it out. Even though I have worked with grid on some of the other projects. I tried googling but is there a way see the grid I always guess/visualize in my head where the element will go.
What specific areas of your project would you like help with?I know this code isn't perfect when you go full screen, when I go mobile screen it looks on my computer, just want to know if it looks good on other people's screen sizes. If you have other suggestions please let me know how to fix it.
@mverma45Thanks @Danielfww and @ikitamalarose I will look into them
- @Franznic0@mverma45
looks good. just curious why you used 210px in line 27 in the .css file why didn't you convert px to rem's. Other than that it looks good.
- @Code-BeakerWhat are you most proud of, and what would you do differently next time?
I had a lot of fun coding this one because of the beautiful color palette! This one helped me get my hands on with CSS
grid
.When I was trying to make it responsive for mobile, I had a bit of an issue and searched for a solution on YouTube. But, I think I need to get along with reading documentations on solving issues.
What challenges did you encounter, and how did you overcome them?Making it responsive was a bit of a challenge. But thankfully, a friend on the Discord community helped me out.
This project also motivated me to learn more about CSS
What specific areas of your project would you like help with?grid
I would like to know how it looks on your devices.
Any suggestions on how I can improve is welcome! 🎉
@mverma45Everything looks good, but from what I have read you shouldn't do <h3> first then jump to <h2> etc. The tags should go from <h1> then <h2> etc. It looks good on my device, since you didn't use any <h1> tag, I would use a <p> tags and then style the <p> tag as the <h> tags.
Marked as helpful - @DebabrataBanikWhat are you most proud of, and what would you do differently next time?
Any feedback is welcome
@mverma45Code looks code, good job.
- @0xabdulkhaliq@mverma45
@0xabdulkhalid when I minimized the screen the code didn't adjust to a smaller screen? is the media queries not set up correctly?
- @correlucas@mverma45
wow good job lucas looks amazing.
- P@danielmrz-devWhat are you most proud of, and what would you do differently next time?
🛸 Hello FEM Community! I'm Daniel and this is my solution for this challenge! 😊
🛠️ Built with:
- HTML 🧾
- Vanilla CSS 🎨
- JavaScript 🤖
- Mobile first workflow approach 📲
A very interesting layout challenge. The menus were (again) difficult to create, considering that mobile and desktop versions menus work a little bit differently. This time I added an animation to the menu button on mobile version.
I learned a lot from doing this challenge 😊
If you have any suggestions on how I can improve this project, feel free to leave me a comment!
Feedback welcome 😊
@mverma45Good job.
- @PYXHD@mverma45
Looks good, what I noticed on your code is you have <h2> tags multiple times for the container cards, what I would suggest is making them <p> tags and in the CSS making those <p> tags look like <h2> tags. Remember that the tags h1-h6 can and only be used once. Otherwise everything looks good. Good job.
- @Talika-BajajWhat are you most proud of, and what would you do differently next time?
Build the exact same project
What challenges did you encounter, and how did you overcome them?adjusting the image
What specific areas of your project would you like help with?The image is smaller than the card I am not able to figure it why. If anyone could help me with that.
@mverma45The solution looks identical to the image. Good job
- @kareen133@mverma45
The code looks good for the ol list to make the numbers bold use ol > li::marker { font-weight: bold; } that should make the numbering bold.
Marked as helpful - @codewithharshalWhat challenges did you encounter, and how did you overcome them?
Just little bit in css but i know how to search it😊
What specific areas of your project would you like help with?it will help me to make my tree app for make all social media app link on one place
@mverma45Great job, looks beautiful it matches up perfectly.
- @SebDev07What are you most proud of, and what would you do differently next time?
I'm proud that I was able to finish and see that it was very similar to the design
What challenges did you encounter, and how did you overcome them?I think the most difficult thing is to use css because sometimes putting a single line of code could throw the whole design out of whack. I got around them by searching for information on the internet, MDN, and YouTube
What specific areas of your project would you like help with?In CSS
@mverma45WOW, you did amazing work, good job your solution is spot on. I would recommend to have some spacing where it says Challenge by so it's not hugging the container. Other than that I think it looks amazing good job.
- @ChoconaldoWhat are you most proud of, and what would you do differently next time?
I improved my Figma reading a lot with this challenge.
What challenges did you encounter, and how did you overcome them?Finding the correct typography to make the responsiveness exactly as the Figma requires.
What specific areas of your project would you like help with?I did just fine, in my opinion.
@mverma45Good job on the code, why is the code so spaced out ? The formatting looks weird. download prettier to format the code so it doesn't look awkward, other than that it looks really good. Good job.