
Karim Hussein
@karim-abd-husseinAll solutions
Product list with carts
Submitted 6 months agoif anyone how know more clean code and logic feel fee to give me some feedback that will make me happy
intro signup form
Submitted 6 months agohere the code that I have use for javascript but I'm not sure if that clean and perfect code **maybe some feedback or tips to follow **
const inputFiled=document.getElementsByTagName("input"); const warningElements=document.getElementsByClassName("warning"); const submitInput=document.querySelector("input[type='submit']"); // this will listen for all warning that has clicked // and returned to default for (let i = 0; i < warningElements.length; i++) { const element = warningElements[i]; element.addEventListener('click',() =>{ element.style.display="none"; inputFiled[i].style.display="block"; }) } function checkEmptyFiled(e){ for (let i = 0; i < inputFiled.length-1; i++) { const element = inputFiled[i]; if(element.value===''){ e.preventDefault(); element.style.display="none"; warningElements[i].style.display="flex"; } } } submitInput.addEventListener('click',function(e) { checkEmptyFiled(e); });```
FAQ accordion
Submitted 6 months agoI'm just need some feedback in js file to make as clean code please review my code and send me tips
base apparel html css
Submitted 6 months agoI am not sure about the code is perfect I just need some tips or feedback to follow the best and clean
bento grid
#accessibilitySubmitted 6 months agosome feedback will make me happy to improve me code in best practice
huddle landing page
Submitted 6 months agosome feedback after review my code and how to improve myself
single price grid
Submitted 6 months agoplease review my code and give me some feedback that's will make me happy to improve me code
four section layout
Submitted 6 months agoplease preview my code and send me some clean code and feedback that's will make me happy
another social proof master
Submitted 6 months agoplease review my code and give me some feedback to improve my code
social proof section
Submitted 6 months agosome feedback after review my code and how to follow the best clean code and good patterns
profile card
Submitted 6 months agosome feedback after review my code and how to fix the background in the best code
NFT card
Submitted 7 months agoI need help in putting logo above main image will be true but the opacity change the logo opacity