ilyes
KPCKevin Powell - Community
•Created by ilyes on 1/15/2025 in #front-end
SASS and SCSS (.scss)
i got a question ive got introduced to sass but in the tutorials they use
index.scss
file but they keep calling it sass ,as far i know sass and scss are different which got me confused can someone explain it to me pls .13 replies
KPCKevin Powell - Community
•Created by ilyes on 12/30/2024 in #front-end
Eventlistener for a div fully occupied with childrens
hi i am trying a to do an interactive image panels gallery when you press the panel it gets bigger via event listener ,the problem is the panel div has childrens that occupy the whole div clickable space i want the event listener triggred when clicking on any spot on the div (ive handled similare problem with a bad code which i wrote a condition for the parent and every child seperatly) .
here`s my code :
https://codepen.io/ilyas-draissia/pen/JoPrbqE
34 replies
KPCKevin Powell - Community
•Created by ilyes on 12/26/2024 in #front-end
What do i need to know how to do in JavaScript ?
hi iam a beginner in frontend learned html and css last year got a good grasp of the basics which implemented it in one or two projects so jumped to JS and oh boy !! the feeling of knowing nothing after weeks of js learning is frustrating.
Learned the fundamentals practiced here and there like WesBos 30 js challenge (which is free by the way) one of his challenges was to change css variables via js ,i like it so much it showed me the practical use of js in a website unlike other projects that you cant implement in future my 2 question are :
1-what are some things must know how to code that i will use in future in client website allegedly ?
2- should i start working on portfolio then start looking for work in freelancing websites, before learning react ?
13 replies
KPCKevin Powell - Community
•Created by ilyes on 12/20/2024 in #front-end
cannot set properties of null innerHTML
hi i have 2 problems in script.js of todo app which i learned from freecodecamp .
the first one is when pressing (add) button while the input is empty it supposed to change the text of label of input via a (validation) simple if else statememnt combined with innerHTML but for some reason it consoled (cannot set properties of null innerHTML) .
second when you enter a task and press add it appears but when you add the second task 2 tasks will appear .
https://codepen.io/ilyas-draissia/pen/ogvWBZO
32 replies
KPCKevin Powell - Community
•Created by ilyes on 11/1/2024 in #front-end
Style every page element in seperate css file
Hello I've seen tutorial in youtube ,the guy did a YouTube clone which he styled page elements separately for example :
header.css , nav.css , general.css , video.css
My question is it a good practice to do so ,is it professional ,does it slow the website?
54 replies
KPCKevin Powell - Community
•Created by ilyes on 8/25/2024 in #front-end
java script switch
hello im new to js and following a tutorial on switch js ,i made a code that tell you which day you are in by entering number and i added a default which says this is not a day whenever you enter a number not listed ,for some reason when i enter any listed number like 1 it says "its not a day" could you please help me debug my code .
https://codepen.io/ilyas-draissia/pen/XWLaJeJ?editors=1010
11 replies
KPCKevin Powell - Community
•Created by ilyes on 8/15/2024 in #front-end
My first solo project a google page and i need feedback plz
Hello ive been learning front end (css+html) for like 5 months now ,had a couple front end mentor projects with guiding from youtube ,now i made a google page solo with no guiding i have little problems mainly with dropdown menu positioning i want your feedbacks please and should i move to java ?.
( sorry for the code soup and roots violation)
https://ilyas-draissia.github.io/google-page/
36 replies