Skip to content

Latest commit

 

History

History
29 lines (13 loc) · 821 Bytes

README.md

File metadata and controls

29 lines (13 loc) · 821 Bytes

Exact_Age_Calculator

Description

Project aims to design page that counts the exact age with the selected birthday.

Learning Outcomes

At the end of the this project, students will be able to;

  • analyze a problem, create a dom and event based calculator page.

  • demonstrate their knowledge of algorithmic design principles.

Problem Statement

  • Create a calculator page following the design and make the calculation with using of DOM and Event in JS.

  • User story;

    • When I select the birthday, I can calculate my exact age as years, months, days, hours, seconds, minutes.
    • After calculation of age, the background image will be changed and age countdown should be continued(internal).
    • If I select a date after today, the page should warn me about it.