Submitted about 3 years agoA solution to the Calculator app challenge
Calculator app with SASS and vanilla JS
sass/scss
@Stv-devl

Solution retrospective
I learned to use desktop theme preference. And to change theme between 3 themes. For get the numbers to calculate I used e.target.id of each buttons. When we click on an operator button (+, -, /,*) the number (e.target.id) became a "previousNumber" and be display in "previousdisplay" this number will be calculate with the next numbers until we click on egal for have the total. Every time we click on a operator button we will get preview of the total price in "previousdisplay"
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Stevan-Dev's solution.
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