Karim Hussein
@karim769All solutions
- Submitted about 1 month ago
Product list with carts
- HTML
- CSS
- JS
if anyone how know more clean code and logic feel fee to give me some feedback that will make me happy
- Submitted about 2 months ago
intro signup form
- HTML
- CSS
- JS
here 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); });```
- Submitted about 2 months ago
FAQ accordion
- HTML
- CSS
- JS
I'm just need some feedback in js file to make as clean code please review my code and send me tips
- Submitted about 2 months ago
base apparel html css
- HTML
- CSS
- JS
I am not sure about the code is perfect I just need some tips or feedback to follow the best and clean
- Submitted about 2 months ago
bento grid
- HTML
- CSS
some feedback will make me happy to improve me code in best practice
- Submitted about 2 months ago
huddle landing page
- HTML
- CSS
some feedback after review my code and how to improve myself
- Submitted about 2 months ago
single price grid
- HTML
- CSS
please review my code and give me some feedback that's will make me happy to improve me code
- Submitted about 2 months ago
four section layout
- HTML
- CSS
please preview my code and send me some clean code and feedback that's will make me happy
- Submitted about 2 months ago
another social proof master
- HTML
- CSS
please review my code and give me some feedback to improve my code
- Submitted 2 months ago
social proof section
- HTML
- CSS
some feedback after review my code and how to follow the best clean code and good patterns
- Submitted 2 months ago
profile card
- HTML
- CSS
some feedback after review my code and how to fix the background in the best code