Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted


    Hello fellow coders! It would be of great help if one of you could examine my javascript and look for ways i could have improved my code and maybe give me some tips on how i can write more clear and concise code. Is it a good idea at all to use if statements in your js? Your feedback will be much appreciated.

  • Submitted


    Hello all! This was quite a challenge since this is the first time i had to customize a range slider. I found quite a few solutions that used PURE CSS using just box shadow and overflow properties to style the progress bar and even a property called border-image which i am not quite sure about yet and tried to implement it myself using the box shadow and overflow properties and i had a little bit of success there but applying the overflow property on the range selector not only made the the box shadow casted on the thumb hidden but even hid the thumb itself. I finally gave up and just ended up using javascript instead. How would you guys have used CSS to style it? Any other feedback will be much appreciated.

  • Submitted


    Dear coders!, I would love to know how to you guys write your js when it comes to client-side form validation.

  • Submitted


    Helloo there! I would love to know how you all wrote your js. Any other feedback will be appreciated!=D

  • Submitted


    Any feedback will be appreciated. Are there any resources out there on event objects? I ran into a few problems when trying to use certain event and document properties and methods.

  • Submitted


    Hello! Any kind of feedback will be highly appreciated. I was also wondering what other factors count to make an email address valid? Are there any standards that we must follow in client validation?

  • Submitted


    Hello coders! I learnt alot while i was working on this project.This was the first time i had to deal with form validation and it would be really helpful if you guys could teach me the basic requirements needed when validating a form. Thankyou!

  • Submitted


    Hello there! I would really love to learn how to manipulate the DOM better. Is there anything in the javascript file I could have done properly? This is my first time using js in projects. Any other feedback will be appreciated.= )

  • Submitted


    Hello there! i would love to see the solutions you guys came up with. I was initially going to use CSS grid but hesitated and decided to use flexbox instead. How could we solve he layout issue using grid? Any other improvements I can make on my solution?

  • Submitted


    Helloo! Any kind of feedback will be appreciated. I am curious to know how you all managed to tackle the background image positioning. Any tips on how I couldve written clearer and consise html?

  • Submitted


    Hello! I really enjoyed this project on front end mentor. However it was quite challenging for me as this is the first time I have used grid in my project. Is there a better way to make use of grid than having to use breakpoints to set the number of columns? Furthermore, the project has problems being displayed on Ipad Mini, Ipad air and surface pro7. Any advice on how to fix this issue?Overall i really enjoyed working on this project! I would also love to make my websites more accessible. Any other feedback will be much appreciated.=)

  • Submitted


    Hello coders! Any tips on how to improve accessibility? Any other kind of feedback will be appreciated as well.=)

  • Submitted


    Hello fellow coders! I tried to make my website as responsive as possible but may have failed. Where can i learn more about responsive design?No article seems to explain it well. Using pixels in my project was intentional because it didn't seem like the card looked different on mobile and desktop apart from the margins. Is my approach valid? Is using absolute units appropriate if a website is going to look the same on all devices such as this project? I also came across a problem trying to use the device developer tools. How do i stop the page from zooming in and out when changing the device width and height on google chrome?(i have tried switching off auto zoom). Your feedback is appreciated

  • Submitted


    Any kind of feedback is appreciated. I would also love to know how you all managed to solve having different images for different device widths. Has anyone usedthe picture element?