Responsive Calculator Using NextJS and Typescript
Design comparison
Solution retrospective
Hey everyone 👋
I'm back after a while on front end mentor challenges, this one was pretty fun to make. The hardest thing to implement was probably the toggle button, but nothing too crazy.
I built this using Next.js and Typescript, as well as scss for styling.
Any feedback is most welcome. Enjoy your coding journey 🚀
Community feedback
- @palgrammingPosted over 3 years ago
you need to limit the use of the
.
so a user cannot enter a number like this1.2.3.4.5.6.7.8.9
0@NightClover-codePosted over 3 years ago@palgramming Hey patrick! I see your point, but still I think that saying
Invalid Input
is more suitable for this case, or else you'll have to prevent multiple other things as well. Thanks for your comment!0@palgrammingPosted over 3 years ago@NightClover-code yes there are other multiple things to prevent that is what makes this challenge so involved to do it correctly and complete
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