This is a countdown timer component made with React and Tailwind CSS. It shows the remaining time until a specific deadline and updates automatically every second.
The component displays:
git clone https://github.com/Croking09/timer
cd timer
npm install
npm run dev
To change the deadline, simply edit the limitDate
prop in the Timer
component.
<Timer limitDate={new Date("2025-04-15T23:38:00")}/>