
Design comparison
Solution retrospective
Hello, Frontend Mentor community! This is my solution to the Calculator App.
I appreciate all the feedback you left that helped me to improve this project. I fixed the issues I had previously and added new features per your recommendation.
I have done this project a while ago however if you are here and have any feedback, tips, or ideas to share, I will be more than glad to hear them out!
Thanks
Community feedback
- @Jeth0214Posted almost 3 years ago
Hi Catherine good job. Your solution was almost the same with the design. I just found an issue when I am clicking your "." button like this "9.96." . I can put 2 decimal point. I think maybe you can check if the value has already a decimal point when clicking the "." button then just return if it is has .
Marked as helpful3@catherineisonlinePosted over 2 years ago@Jeth0214 Thanks for the feedback, I will fix the issue now
0 - @JumanjigobezPosted over 2 years ago
Catherine I think you should also work on the overflow of the numbers in the input field. When the numbers are excess they tend to overflow in your calc. Otherwise it is nice.
Marked as helpful1@catherineisonlinePosted over 2 years ago@Jumanjigobez Thanks! Will fix it now
0 - @Renato6GSPosted almost 3 years ago
Congratulations Cathering, your deisgn is excellent.
When I use the calculator via my keyboard, the app freezes. Maybe an infinite loop? I recommend you use try/catch in the math operations, with that way, maybe the main thread won´t freeze
Marked as helpful1@catherineisonlinePosted over 2 years ago@Renato6GS Thanks! I will try to fix that now
0 - @sajjadnazaridevPosted almost 3 years ago
You have developed it very attractive and it is not much different from the original version
3 - @helloredfoxPosted almost 2 years ago
Amazing work!
There is one feature missing that can be found on dedicated calculators - pressing the enter button repeatedly will perform the most recent operation again. For example: 10+9 (Enter) shows 19 on the screen. Hitting Enter again should perform the +9 calculation again, and again, and as many times as the user hits enter.
This is a pretty nit-picky comment, but your calculator is beautiful and fully functional! I love the smooth color transitions. Great job!
1@catherineisonlinePosted almost 2 years ago@helloredfox Thanks for the suggestions! I struggled really a lot back then to build the logic haha. I will definitely go back and try to fix this issue. Thank you!
1 - @mrvicthorPosted almost 3 years ago
Well done. Design looks as great as the sample design.
1 - @nigelvidaaalPosted almost 3 years ago
Congratulations, Excellent solution! I'm working to improve my accuracy on measurements on building challenges and projects, such. Is there any particular video that taught you how to do so?
1@lilKriTPosted almost 3 years ago@nigelvidaaal You can either "eyeball it" or you can use tools like figma / XD to measure it pixel by pixel.
1@catherineisonlinePosted over 2 years ago@nigelvidaaal Thank you! I am putting images in Figma and checking sizes there as well as using the Chrome extension Perfect Pixel
0@catherineisonlinePosted over 2 years ago@lilKriT If you can eyeball it you are a pro 😎
0 - @AyoifePosted over 2 years ago
This solution is just WOW!!!
0@catherineisonlinePosted over 2 years ago@Ayoife Thank you! Still have to deal with some bugs ^^
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