This is a solution to the Launch countdown timer challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
From Frontendmentor.io, users should be able to:
Personally, i have encountered these problems:
clamp()
for root font-size
of flippers container and calc()
for each property where sizes require changes on diffrent screen size.fm-launch-countdown-timer
repositoryMake sure you have Git + NodeJS installed in your system, open new terminal, run the following command:
git clone https://github.com/haquanq/fm-launch-countdown-timer.git
Then, run npm install
to install all dependencies.
npm install
In terminal, run npm run dev
to start development server:
npm run dev