Hello, Frontend Mentor community! This is my solution to the Calculator App.
I appreciate all the feedback you left that helped me to improve this project. I fixed the issues I had previously and added new features per your recommendation.
I have done this project a while ago however if you are here and have any feedback, tips, or ideas to share, I will be more than glad to hear them out!
Congratulations, Excellent solution! I'm working to improve my accuracy on measurements on building challenges and projects, such. Is there any particular video that taught you how to do so?
Hey π. This is my solution to the article preview component challenge π. It was such an amazing learning process tackling this challenge π. I had a bit of a struggle positioning the elements properly. I'm still getting the hang of scss so my scss might be a bit messy.
P.S. I'd like to give credit to @ApplePieGirraffe π. I used his project (the live site) as a guide to get my solution getting as close to the design as possible. I also added a little animation to the share icon button when clicked βΊοΈ
I have a question though, how do I make links perfectly aligned with the share button because the share button is placed slightly higher that the links π. Also I overnested my styles a bit. How could I avoid this?
Your feedback on how I could improve on this solution would be appreciated. Happy Coding βΊοΈ
there's nothing to add about your project, really! and the animation was a nice touch to end with, awesome job man! but can I ask you, how/what exactly did you do for this project to be so accurate?
Great solution! Font weights is easy but what I would recommend is with your accessibility issues.
In order to resolve some of your accessibility issues, you might wanna use landmarks in your html code, these help browsers easily navigate your code. So you might consider wrapping your divs in landmarks like <main> or <header> or <footer> you need to do this according to how your page is structured. Incase you want to know more about landmarks, follow this link.
I was taught of this one too recently, and I want to do what he has done to me. let's keep improving!