Submitted 5 months ago
Tip calculator app using CSS Grid, Flex and JS
@Antonvasilache
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
- JavaScript part was pretty easy, despite handling multiple inputs of different types
- Managed to implement a bit of reusability in the code
- Would probably think more about form validation to make sure it's properly covered
- Some of the input styles were challenging, but nothing a few more divs can't fix
- Naming the CSS classes due to how deep the HTML tree became - I used some element selectors to cover for that
There is probably a better way of storing the state, I tried to use an object, but didn't do much with it in the end.
Community feedback
- @CHBNDJPosted 5 months ago
nice work overall just check the width and the height of your elements and the position of them also + the splitter
1
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