Design comparison
SolutionDesign
Solution retrospective
This was my first project creating a fully interactive web app. My main goal was to practice using JS and to get a fully functioning app.
I would say my JS code is much better than the Accordion challenge I did a few months back but I still know I can improve my JS to minimize the amount of code I am writing.
Community feedback
- @ahmedAgawadPosted over 2 years ago
Great job Aaron , i have small suggestion which is removing the arrows from the input fields using this code
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } /* Firefox */ input[type=number] { -moz-appearance: textfield; }
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