Loading repository data…
Loading repository data…
Ayokanmi-Adejola / repository
A fully responsive countdown timer web application built with vanilla HTML, CSS, and JavaScript. Features a sleek dark theme with animated flip cards, star-filled background, and social media integration. Counts down from 14 days with real-time updates and smooth 3D flip animations when numbers change.
This is a solution to the Launch countdown timer challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
✅ Live countdown timer - Counts down from 14 days from the current date ✅ Flip card animations - Cards flip when numbers change ✅ Responsive design - Works on mobile (375px) and desktop (1440px) ✅ Hover states - Interactive social media links with hover effects ✅ Semantic HTML - Proper accessibility and structure ✅ Modern CSS - CSS Grid, Flexbox, and CSS custom properties ✅ Vanilla JavaScript - No external dependencies
index.html in your web browsertest.html for validationlaunch-countdown-timer-main/
├── index.html # Main HTML file
├── style.css # All CSS styles and animations
├── script.js # JavaScript countdown functionality
├── test.html # Test page for validation
├── images/ # SVG icons and background images
│ ├── bg-stars.svg
│ ├── pattern-hills.svg
│ ├── icon-facebook.svg
│ ├── icon-instagram.svg
│ ├── icon-pinterest.svg
│ └── favicon-32x32.png
├── design/ # Design reference images
└── README.md # This file
Run test.html in your browser to see automated tests that verify: