Latest solutions
Mortgage Calculator
#viteSubmitted 4 months agoI’d like someone to review my code and help me write better code overall. Since I’m still learning JavaScript, I want feedback on how I structured my mortgage calculator.
Responsive Manage landing Page
Submitted 6 months agoI need help with positioning the patterns, I'd like a nicer way to position them, also Github live site isn't importing most of the svg images, and the cta button isn't working, idk why is that. I'd appreciate some help.
Responsive Four Card Feature Section.
Submitted 8 months agoCards not responsive in chrome, but works fine in Modzilla and Safari.
Latest comments
- @yasir-abas@ROJOmax
Could've used form element in html. Check my code for the inputs sytling and the dynamic changes of the image container.
- @YounesAmazzalOriginal@ROJOmax
Great job my friend, ur website looks neat, there's some stuff u need to fix, but overall you've done a great job.
-I think it would've been better if you used unordered list in the numbered paragraphs, styling them is easier, specially the background color.
Marked as helpful - @TheMozzarellaCat@ROJOmax
Good Job.
- @ramram14What specific areas of your project would you like help with?
I would love to have any feedback on my code.
@ROJOmaxImpressed actually, neat and clean code, good job.
- @TheDrem94What are you most proud of, and what would you do differently next time?
Grid is now more comfortable for me. This challenge force me to use and understand it. It's very tricky sometimes. Especially using a grid-are, you have to thing more about positioning:)
What challenges did you encounter, and how did you overcome them?The biggest issue i got with this project is sizing and positioning.
What specific areas of your project would you like help with?I cannot understand why on first card name and title position self just in place, but in the other cards it doesn't work. Next thing is sizing cards in desktop layout. I cannot figure out how to make column to be 100% filled, maybe some of you have any solutions :)
@ROJOmaxadd display grid to container, add gap. add 4 columns(grid-template-columns: repeat(4, 1fr);) check my code.
Marked as helpful - P@Y39WebDeveloper@ROJOmax
Good job with the responsiveness. Need to work on top and bottom padding, there should be space.