Calculator App with Responsive design and 3 themes,using React
Design comparison
Community feedback
- @besttlookkPosted over 2 years ago
hi, Congts on completing this challenge. Below are some points I like to make. 1.Toggle switch changes its position abruptly. Try adding some transtion for smooth movement. 2. Once i select any operator and if i wants to change it. It does not let me do it. 3. It does not perform operation on two decimal values. 4. In case there is previous operation and again click on a new operation, new operation should operate on the result of the previous. Like when we have (5 + 5) and i click on (+) again. result should be (10 + ) rather than (5 + 5 + )
Good luck, #happyCoding
0@OussamabennabiPosted over 2 years ago@besttlookk thanks for your feedback, I will try and fix this problem as soon as possible
#happyCoding
0
Please log in to post a comment
Log in with GitHubJoin 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