Пікірлер
@Rahul_xattri
@Rahul_xattri Күн бұрын
your keyboard is so cool i cant stop watching that
@007player
@007player 8 күн бұрын
what is the site where you can see the graphics of the code?
@chsadiq1979
@chsadiq1979 3 күн бұрын
Like what he was using? It's basically just chrome dev tools. Right click on site in chrome browser then click inspect. I hope that's what you meant.
@codetivestudio
@codetivestudio Ай бұрын
Check out our free newsletter, get daily emails with 1 tip, 1 challenge and 1 resource on web develpoment: web-dev-everyday.beehiiv.com/subscribe?
@omega_dev
@omega_dev Ай бұрын
I was bored and had fun with this practice, thanks Codetive.
@codetivestudio
@codetivestudio Ай бұрын
I'm happy you've enjoyed it ;)))
@VEMP-hu9ss
@VEMP-hu9ss Ай бұрын
i need to image link to make the toggle mode
@codetivestudio
@codetivestudio Ай бұрын
www.figma.com/community/file/977510812493321569/toggle-buttons?searchSessionId=lw4w8o02-v1r0elghmk
@rindevn2715
@rindevn2715 2 ай бұрын
Nice work! I can't believe you code Tesla Page in less than 15 mins!
@codetivestudio
@codetivestudio Ай бұрын
Thanks, man!
@NamHoang-un1yu
@NamHoang-un1yu 2 ай бұрын
what extension do you use that the VS Code suggest the code for you? 1:31
@codetivestudio
@codetivestudio 2 ай бұрын
It’s GitHub copilot. Like 10$/month. I normally disable it for the videos but here I forgot for like 2-3 mins then disabled. I recommend having it, speeds up a lot
@veronicaciuca1843
@veronicaciuca1843 3 күн бұрын
You can also use Tabnine ext. for suggestions in VS, it's free. Maybe not so good as Copilot, but it helps.
@lucascordeiro2257
@lucascordeiro2257 3 ай бұрын
Very objective video bro! Congrats,sub n like ! How can i get this light and dark images?
@codetivestudio
@codetivestudio 3 ай бұрын
Thanks man!! You can try coding it urself images are in this figma project: www.figma.com/community/file/977510812493321569/toggle-buttons?searchSessionId=lu12nz06-07lscehwkh6
@techgamerz5656
@techgamerz5656 3 ай бұрын
coooollllllllllllllllllllll
@codetivestudio
@codetivestudio 3 ай бұрын
thankssssss
@Nwin95
@Nwin95 3 ай бұрын
Can u turn off the keyboard light pls? It's kinda disturbing
@codetivestudio
@codetivestudio 3 ай бұрын
I like them though
@sameulproductions2789
@sameulproductions2789 3 ай бұрын
You deserve more subs!
@codetivestudio
@codetivestudio 3 ай бұрын
Thanks mate! On the road to 1000
@Kreytonchild
@Kreytonchild 3 ай бұрын
I have a quick question, where did you get the "svg" feature, doesn't seem to be showing that feature in VS code (0:59). Does an extension need to be installed?
@codetivestudio
@codetivestudio 3 ай бұрын
I just copied and pasted svg from the internet, it's not VS code extension
@heidar_dev
@heidar_dev 3 ай бұрын
wonderful work
@codetivestudio
@codetivestudio 3 ай бұрын
thanks!
@B.T.D234
@B.T.D234 3 ай бұрын
What theme do you use?
@codetivestudio
@codetivestudio 3 ай бұрын
Material Theme Ocean (VSCode extension)
@AlejandroSGameS7985
@AlejandroSGameS7985 4 ай бұрын
@alejandrosgames7985
@ISAK.M
@ISAK.M 4 ай бұрын
I would never be able to have a keyboard with Enter being this tiny hell nah 😭
@codetivestudio
@codetivestudio 3 ай бұрын
90% of my coding journey I've been using macbook keyboard so I'm used to it haha
@VUZAMUSIC-ej4jm
@VUZAMUSIC-ej4jm 4 ай бұрын
You are amazing!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@codetivestudio
@codetivestudio 3 ай бұрын
You are amazing brother :-)
@cabir_beatsz
@cabir_beatsz 5 ай бұрын
This is a great video. Congratulations
@codetivestudio
@codetivestudio 3 ай бұрын
Thank you!
@amdjedtricky
@amdjedtricky 5 ай бұрын
that cool can i get the The course you learned
@codetivestudio
@codetivestudio 3 ай бұрын
Hi! Sorry for late response I had a lot of stuff going on. I'm fully self-taught and learned from videos just like this haha
@vxunire
@vxunire 5 ай бұрын
great work, bro 💎
@codetivestudio
@codetivestudio 3 ай бұрын
Thanks 🔥
@user-pe1ph2vu9y
@user-pe1ph2vu9y 5 ай бұрын
Hello, I wrote the same code as you, but Chrome gave me the following error: Uncaught TypeError: "btns.forEach" is not a function, what should I do?
@codetivestudio
@codetivestudio 5 ай бұрын
Hi, I think that's because something is wrong with the btns as you cannot call function on undefined. Try console.log(btns) - I guess you will get undefined. Then check how you used querySelector to get those buttons (const btns = ....), check if it's correct. If you did it on class check if in HTML class is valid or you made typo.
@user-pe1ph2vu9y
@user-pe1ph2vu9y 5 ай бұрын
@@codetivestudio Where exactly in the code do I need to write this command: console.log(btns)? Can you please tell me in more detail, I will be very grateful
@codetivestudio
@codetivestudio 5 ай бұрын
Wherever in your JS file. I think you have error because btns is undefined. Check your querySelector function if its correct
@Erisi_
@Erisi_ 6 ай бұрын
Did you leave the space at the end on purpose or you forgot to fix it beacuse it isn' like the apple calculator
@codetivestudio
@codetivestudio 5 ай бұрын
Not on purpose however, it was not meant to be 1:1 same as the iphone calculator, but it's easy to adjust to bottom of the page if you need it
@Erisi_
@Erisi_ 5 ай бұрын
@@codetivestudio Do i add it with padding or how
@codetivestudio
@codetivestudio 5 ай бұрын
Yeah, you can add padding or adjust container height :)
@ardaflix
@ardaflix 6 ай бұрын
That keyboard looks and sounds amazing! Great video.
@codetivestudio
@codetivestudio 5 ай бұрын
I appreciate it, thanks a lot!
@actuallyarla
@actuallyarla 6 ай бұрын
genuinely feel like i learned a lot just from watching this, nice work!!
@codetivestudio
@codetivestudio 5 ай бұрын
Thanks a lot!