Time Converter
let's build a Time Converter by applying the concepts we learned till now.
Refer to the below link for time converter question output:
https://drive.google.com/file/d/1C4U14OrAlFE_3ecTsZVZQ8eXiu3g37GN/view?usp=sharing
The above link contains output of the time converter.
For Question refer below link
https://drive.google.com/file/d/1uO1f7KmPNvyPw9zNM5NUk7xLc42fhbYJ/view?usp=sharing
The above link contains Time converter question and explanation
Very Important note (must implement in code):
When values are entered in HTML input elements with ids hoursInput and minutesInput, the HTML button with id convertBtn is clicked, the converted seconds should be shown, and the error message should be empty. Refer below link
https://drive.google.com/file/d/1FlEul4uAyPhAG1bldEHMBTIdDjq5lhRw/view?usp=sharing
Use this Background image:
https://assets.ccbp.in/frontend/dynamic-webapps/time-converter-bg.png
CSS Colors used:
Text colors Hex code values used:
#f5f7fa
#000000
#ffffff
CSS Font families used:
Open Sans
Comments
Leave a comment