Next.js JAMstack hosted on Vercel.
Countdown app frontend challenge from Frontend Mentor
- 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
- React
- Next.js
- tailwindcss
- Hosted on Vercel
-
Clone repo
git clone https://github.com/cloworm/countdown
-
Install Dependencies
npm i
-
Run the dev server
npm run dev
-
Run tests
npm run test