Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Age Calculator app w/ Dark Mode

#accessibility#sass/scss
Alaminโ€ข 1,960

@CodePapa360

Desktop design screenshot for the Age calculator app coding challenge

This is a solution for...

  • HTML
  • CSS
  • JS
2junior
View challenge

Design comparison


SolutionDesign

Solution retrospective


My first Junior project with Javascript. Open to feedback! ๐Ÿ˜Š๐Ÿ‘

  • Bonus: Dark Mode toggle
  • Bonus: See the age numbers animate to their final number when the form is submitted

Community feedback

Rohit Kumarโ€ข 560

@rohitKumar38344

Posted

congratulation Alamin, for completing your challenge. Your solution looks perfect. Your design exactly matches the design provided in the challenge. Hope to see such more solutions in future. Happy Coding :D

0

Alaminโ€ข 1,960

@CodePapa360

Posted

@rohitKumar38344 Thank you!

0
A-SED-HASANโ€ข 80

@A-SED-HASAN

Posted

for toggle set a funct that toggle this class to the root means=> document.documentElement.classList.toggle('dark-mode') .dark-mode{ ex: --white:#000 }

for animating number you must use setInterval check this method and plus one in 1ms

its animating

0

Alaminโ€ข 1,960

@CodePapa360

Posted

@A-SED-HASAN Thank you for sharing your thoughts and suggestions! I appreciate your feedback.

Regarding the dark mode toggle, I did consider using the toggle method initially. However, I found that it caused issues when reloading the page, so I ended up using the add and remove methods instead. But I appreciate the suggestion.

As for the setInterval method, thank you for the tip!

0
A-SED-HASANโ€ข 80

@A-SED-HASAN

Posted

@CodePapa360 U must save your current theme on the locale storage๐Ÿ˜บ

Marked as helpful

0
Alaminโ€ข 1,960

@CodePapa360

Posted

@A-SED-HASAN That's an awesome tip. Thanks ๐Ÿ‘

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord