Calculator app vanilla javascript

Solution retrospective
All feedback is welcomed
Please log in to post a comment
Log in with GitHubCommunity feedback
- @DavidMorgade
Hey mohsin, congratulations on finishing the challenge!
It seems that it is some kind of problem thats making your scripts not to load when the page loads and the logic of your application is not working :(!
Apart from that, regarding the styles I would personally center the calculator on the webpage, using
align-items: center
on your body flex-box and also settingmin-height: 100vh
so that the body takes the full screen and the calculator can be properly positioned.Hope my feedback helps you, try to fix the issue with the scripts, I wanna see your app working!
- @Jumanjigobez
But Bro your calc is not functional the buttons and the theme changer buttons. Try and check on my solution on this to clarify more on using vanilla js. But otherwise it is great looking maybe the script didn't load fast.
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