JavaScript Analog Clock (Super Simple!!!)

  Рет қаралды 5,940

Code with Ania Kubów

Code with Ania Kubów

Күн бұрын

Found this hard? Learn the fundamentals of JavaScript here: www.codewithan...
🚀 Sign up to www.codewithan... to receive access for the final code.
____
⭐ Check out my IDE here and get 1 month free: jb.gg/get_webs...
⭐ New to code and none of this is making sense? Watch my '12hr+ KZbin Coding Bootcamp' in which you will learn HTML, CSS and JavaScript Fundamentals completely from scratch. It's on my channel and its 100% free.
⭐ In most videos I use Tabnine as my A.I autocompletion tool. You can download it for free here (I get no commission from this link, but am in a partnership): bit.ly/tabnine...
⭐ You can get a blockchain domain with my affiliate link here: bit.ly/get-a-cr...
⭐ If you would like to buy me a coffee, well thank you very much that is mega kind! : www.buymeacoff...
⭐ Sign up for weekly coding tips from my newsletter partnership: bit.ly/JS-tips
You can also find me on:
Twitter: / ania_kubow
Instagram: / aniakubow

Пікірлер: 45
@MrBrady95
@MrBrady95 4 ай бұрын
The styling reminds me of a "Swatch" I had in the 80's! I love it! 😍 I notice if I console log "seconds" (inside the getTime function), it calls it 10 times every second. When I change the setInterval function to 1000, it doesn't do anything for the hand movement that I can tell, 🤓but it does take a second before the clock starts, once the page loads, so I kept it as is. Cool little project, thanks again!
@lorddoomer7271
@lorddoomer7271 3 ай бұрын
I love position absolute I use that in all of my games...
@dropperhoonmein
@dropperhoonmein 4 ай бұрын
It's been a month since I started web dev, it would be a great help if you make more and more beginners projects in your upcoming videos. PS: Love your videos
@jordanyoung1836
@jordanyoung1836 4 ай бұрын
I remember that I used to have a hard time trying wrap my head my head around this but as I started to practice a lot more, it started to click ...🙂
@shabby_official8978
@shabby_official8978 4 ай бұрын
Best thing of this video is you have not just teach Date object but also the core CSS like position, flex, How to center a div, transform-origin and many more. I will surely recommend this video every time to my Internees! Thank you
@RAVISHARMA-hk5ll
@RAVISHARMA-hk5ll 4 ай бұрын
Good Morning @Ania, The influence of a good teacher can never be erased & you are wonderful faculty, this clock was asked in one of my interview , I was speechless , now I can answer in my coming interviews - grand solute & thanks
@rajneeshhtml1
@rajneeshhtml1 4 ай бұрын
Explanation is so easy for beginners to understand. ❤
@TheMetalMag
@TheMetalMag 4 ай бұрын
From a studient video to dev Kyle, seing you doing another one is cool and since you're in js it makes it much interesting to dive into this language thank you
@code_with_sharjeel
@code_with_sharjeel Ай бұрын
Really very very osm videos, well explained... Plz make more video like this on javascript projects
@imadullahkhan7314
@imadullahkhan7314 4 ай бұрын
great job @Ania thanks for the video
@Peterplayingguitar
@Peterplayingguitar 4 ай бұрын
Great tutorial! Thank you.
@guig2004
@guig2004 4 ай бұрын
Ania we are waiting 😎
@asifiqbal5877
@asifiqbal5877 4 ай бұрын
excellent video on JS . I love JS
@jordanyoung1836
@jordanyoung1836 4 ай бұрын
I appreciate you explaining this...
@khalidelgazzar
@khalidelgazzar 4 ай бұрын
Great tutorial. Thanks Annia
@bonasangs.p4518
@bonasangs.p4518 4 ай бұрын
Wow! Brilliant explanation
@eduardointech
@eduardointech 4 ай бұрын
Thank you so much Ania!
@mpakasoul
@mpakasoul 4 ай бұрын
great video thank you so much
@代鹏-q6u
@代鹏-q6u 4 ай бұрын
nice and simple project
@INetreba
@INetreba 4 ай бұрын
Good job!
@dauysal
@dauysal 4 ай бұрын
Beautiful tutorial 👍👏
@Eternity001
@Eternity001 4 ай бұрын
Ooow Ania welcome (: what we are doing today
@rahimibadov2940
@rahimibadov2940 Ай бұрын
There is line code- ...(minutes * timeInterval + seconds / 10) + deg.. Two options for this 1) 60 divide 10= 6 deg 2) 10 is inside 1 second which is moving slowly, partly. I also asked chatgtp but still confused. I mean which one is true? Who understand this?
@serraarachid8306
@serraarachid8306 4 ай бұрын
Hi everyone
@charlesbruce6175
@charlesbruce6175 4 ай бұрын
Hi
@tolgabeyazoglu536
@tolgabeyazoglu536 4 ай бұрын
good video
@bonasangs.p4518
@bonasangs.p4518 4 ай бұрын
❤❤❤
@rahimibadov2940
@rahimibadov2940 Ай бұрын
Who understand getTime, 100 not 1000 ?
@aniakubow
@aniakubow Ай бұрын
Do you mean the amount of time that passes between each time this function is called? 100 milliseconds vs 1000 milliseconds ?
@hasanwilliams7373
@hasanwilliams7373 4 ай бұрын
Second comment pin me as well
@stldweller
@stldweller 4 ай бұрын
you are reaching 🤣🤣
@Cinematic_Canvas
@Cinematic_Canvas 4 ай бұрын
First comment pin me 😁
@beingrajat2127
@beingrajat2127 4 ай бұрын
Amazing
@MahmoudAbdullahAnani
@MahmoudAbdullahAnani 4 ай бұрын
Why don't you talk about what is happening in Gaza now?
@ahmad-murery
@ahmad-murery 4 ай бұрын
I think the x-offset of the hands transform origins are off a little bit, it should be the half width of the hand. I think 100ms delay is unnecessary since the smallest value we use will be the same for 10 interval calls. maybe it will also looks smoother if we add transition: transform .2s; to each hand. I always enjoy your videos. Thanks Ania!
@jordanyoung1836
@jordanyoung1836 4 ай бұрын
I'm back ms kubow, what's new today...🙂
@starstuffs39
@starstuffs39 4 ай бұрын
if you don't mind create tutorial how to deploy postgres for free plsss for portfolio. Nice content Ania.
@khalidhussain-jr1os
@khalidhussain-jr1os 4 ай бұрын
ilove you{beauty }
@Debugged_Gamer
@Debugged_Gamer 4 ай бұрын
Ania the Genius, thank you for making this.
@EmaPeshy
@EmaPeshy 4 ай бұрын
Thanks ❤
@भाईजॉन
@भाईजॉन 4 ай бұрын
Love
@vitusyu9583
@vitusyu9583 4 ай бұрын
Love you so much, pour my support for your demo million times, thx!
@aniakubow
@aniakubow 4 ай бұрын
Thanks so much!!
T-rex run in JavaScript! (Super simple!!!)
30:02
Code with Ania Kubów
Рет қаралды 11 М.
Tic Tac Toe in JavaScript (Super Simple!)
38:05
Code with Ania Kubów
Рет қаралды 10 М.
iPhone or Chocolate??
00:16
Hungry FAM
Рет қаралды 38 МЛН
Inside Out 2: BABY JOY VS SHIN SONIC 3
00:19
AnythingAlexia
Рет қаралды 8 МЛН
Master JavaScript Drag and Drop with Chess Example!
28:44
Code with Ania Kubów
Рет қаралды 12 М.
How to Learn Rust
10:36
No Boilerplate
Рет қаралды 565 М.
JavaScript Visualized - Event Loop, Web APIs, (Micro)task Queue
12:35
1 hour 2D Breakout in JavaScript!
39:17
Code with Ania Kubów
Рет қаралды 8 М.
The Best React Code I Wrote (Code Review)
24:50
Cosden Solutions
Рет қаралды 23 М.
JavaScript Visualized - Closures
11:34
Lydia Hallie
Рет қаралды 41 М.
Build 2048 and Master JavaScript!
54:07
Code with Ania Kubów
Рет қаралды 44 М.
I code Minesweeper in JavaScript!
1:04:41
Code with Ania Kubów
Рет қаралды 13 М.
Building Tic-tac-toe in JavaScript vs React
1:14:46
Code with Ania Kubów
Рет қаралды 15 М.
You NEED to try Hyprland on Linux RIGHT NOW
24:36
typecraft
Рет қаралды 45 М.