Responsive Order Summary Card in React with Animations

Solution retrospective
I've added a little animation on load :) Hope you guys like the solution.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @0xabdul
Hey there ! 👋 Congratulations you finished the Order summary component component...🎉
- Some suggestions for you improve your code🤔
Html 🏷️:
- for Accessibility reports using the non-semantic elements (or) semantic elements..
- semantic elements :
<aside> , <artical> , <main>, <header> ,<section><footer>, <form> ect..
- non- semantic elements :
<div> , <span> ect ...
- for easy way to clear the Accessibility reports using non semantic elements Ex :
<div class="container" role="main"> //Whole html code wraping the div tag named "container"..📍 </div>
- the html code should be contained one main landmark ❗..
- Any way using the img tag should be put the alt Attribute✅ and mention the alt discription Ex :
<img src="logo.jpg" alt="logo"></img>
- I Hope it's useful for you and wating for your next project ❤️
- Happy Coding 😃
Join 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