Responsive Tip Calculator With React and Styled Components
Design comparison
Solution retrospective
Hey guy I already finish this project, the only inconvenient is that I couldn't make work the reset button and the custom button, because its too complex in react
Community feedback
- @abhik-bPosted almost 3 years ago
👋 Hello Eric , Nice solution , main functionality is working correctly so Well Done 🤩
However here are some of my opinions which can be helpful to you :
- use
input
instead ofbutton
for custom button - don't use
max-width:100%
, instead of give a fixed value formax-width
& a variable value forwidth
. For example:max-width:1024px;width:90%
At the time I am writing this comment your code is not visible on github only
gh-pages
is available. Anyway I think your solution is cool & if you try this solution will improve to perfection very easily. So keep coding this amazing solutions & Happy Saraswati Puja ❤️Marked as helpful1@ehlabradaPosted almost 3 years ago@abhik-b Thank a lot man, I have always had problems with the width and height I still do not fully understand how they work
1@abhik-bPosted almost 3 years ago@ehlabrada I suggest you to watch Kevin Powell's videos to understand CSS easily
Marked as helpful1 - use
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