Skip to content

cloworm/countdown

Repository files navigation

Countdown App

Next.js JAMstack hosted on Vercel.

Countdown app frontend challenge from Frontend Mentor

Screenshots

Desktop

Desktop

Mobile

Mobile

Features

  • See a live countdown timer that ticks down every second
  • When a number changes, make the card flip from the middle
  • Countdown to any date by setting the date query param to an ISO 8601 date string

Technology Used

Development

  1. Clone repo

    git clone https://github.com/cloworm/countdown
    
  2. Install Dependencies

    npm i
    
  3. Run the dev server

    npm run dev
    
  4. Run tests

    npm run test
    

About

Countdown timer with 3d flip animations

Topics

Resources

Stars

Watchers

Forks