Let's recreate the countdown timer from the tutorial with Alpine.js but with vainilla JavaScript.
Read the article, See it live and get the code
For further actions, you may consider blocking this person and/or reporting abuse
Let's recreate the countdown timer from the tutorial with Alpine.js but with vainilla JavaScript.
Read the article, See it live and get the code
For further actions, you may consider blocking this person and/or reporting abuse
Vipin Chandra -
Carrie -
ng-news -
Jeet Dhandha -
Top comments (6)
You mention Tailwind a couple of times but I can't see any code that uses it, or explanation of why you talk about it?
Also, and this is nit-picky, but... what happens when the countdown passes into daylight savings time?
QA background PTSD detected 😉😅
We get a plate of seafood 🙂
Well, if you read the article a bit you could see I wrote this:
Classes are omited for brevity and clarity
before this HTML:
I wanted to add only the custom classes, because you can style your clock as you want to.
Then at the very bottom you will see this line on the script:
The Tailwind CSS classes are there.
Then if you want to to see the whole code, all you have to do is click the link I prove on this line:
See it live and get the code
This lines take you to a blog posts where you can choose to see it live or look at the code, and then if you click to see the code, it will take to the repo where you can see all Tailwind used.
Isn´t this overkill for such a simple task? You can do the same in some lines of Javascript, using the right framework.
See a quick example here
it can be yeah.