https://github.com/dorkatzir/launch-countdown-timer
https://github.com/dorkatzir/launch-countdown-timer
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dorkatzir/launch-countdown-timer
- Owner: DorKatzir
- Created: 2024-03-23T17:20:16.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-02T15:49:15.000Z (about 1 year ago)
- Last Synced: 2025-01-11T19:16:43.006Z (5 months ago)
- Language: CSS
- Homepage: https://dorkatzir.github.io/launch-countdown-timer/
- Size: 584 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Launch countdown timer solution
This is a solution to the [Launch countdown timer challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/launch-countdown-timer-N0XkGfyz-). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
## Table of contents
- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [Useful resources](#useful-resources)
- [Author](#author)## Overview
### The challenge
Users should be able to:
- See hover states for all interactive elements on the page
- See a live countdown timer that ticks down every second (start the count at 14 days)
- **Bonus**: When a number changes, make the card flip from the middle### Screenshot

### Links
- [Live Site URL](https://dorkatzir.github.io/launch-countdown-timer/)
## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Mobile-first workflow
- Vanilla JS
- No Framework### Useful resources
- [Figma](https://www.figma.com/file/4TmSnqVFU2ePu5OvigLYds/CountdownTimer?type=design&node-id=0%3A1&mode=design&t=4L0begMee8mp7S26-1) - Figma helped me to create a design system out of JPG file.
- [Codepen](https://codepen.io/shshaw/pen/vKzoLL) - Codepen helped me to create the animation.## Author
- Github - [Dror katzir](https://github.com/DorKatzir)
- Frontend Mentor - [Dror Katzir](https://www.frontendmentor.io/profile/DorKatzir)