Calculator App using GRID & Flexbox! Learnt so much
Design comparison
Solution retrospective
Hi Frontend Mentor community,
Really happy because I learnt so much with this challenge. I'm getting more confidence with my HTML and CSS skills, and learning JS day by day too.
First of all, this challenge forced me too learn really well how the CSS Grid model works. Grid system is pretty neat to develop almost every web page, and really versatile. I learnt to manipulate some new relative units too (fr).
Also, this challenge thought me how to develop a change theme feature and lots of JS!
Really recommended.
Any feedback or comment on the code is really welcome. Looking forward to improve in every app i make.
Community feedback
- @MojtabaMosaviPosted over 3 years ago
Well done, doing projects is all about practing and learning new features/technologies. At the moment you can't access the theme changing functionality on keyboard, in general there two ways to fix this:
1- Using semantic markup that has the tabbign functionality baked into it.
2- Try to inject the tabbing functionality to your current markup by using html attributes such as tabindex.
Keep coding :=)
0 - @palgrammingPosted over 3 years ago
One of the better submissions of this challenge. Everything looks and works great for me it would totally be 🌟🌟🌟🌟🌟 if you also had the keyboard input working
0@sportiz91Posted over 3 years ago@palgramming Yeah!!!! I can add that feature. And I was thinking about adding a color customization input for the user (apart from the three basic colors of the common solution). Thanks for the advice !
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