Skip to content

KuzarinM/Countdown-Timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Countdown timer

This is a vue 3 project focused on creating a site to view the countdown to deadlines. If you like this kind of thing, enjoy!

Actual deployment

This project is now deployed on a free service Vercel. The database is on it, too.
This is the deployed version.

Downloaded project setup

npm install
npm run dev

Compile and Minify for Production

npm install
npm run build