JV Master Countdown is a minimalist, animated “coming soon” website that tracks the countdown to the completion of my master’s thesis. Built with React + Vite, the project combines a soft color palette, scroll animations, and responsive design to create a digital diary of my research journey. This site serves as both a personal milestone tracker and a creative outlet — merging design, storytelling, and technology. It reflects the evolving process of my master’s work while providing visitors with a glimpse into my academic and creative journey.
#Tech stack
- React 18
- Vite (lightweight build tool)
- CSS3 with modular section styles
- Font Awesome for icons
- Vercel for deployment
- Intersection Observer API for reveal effects
#Getting started
-
Cloning the repo: git clone https://github.com/Juliavister/MasterCountdown.git cd MasterCountdown
-
Install dependencies npm install
-
Run the dev server npm run dev
-
Build npm run build