Submitted over 2 years ago
Expenses Chart Component with JavaScript & Dynamic JSON data
@cma124
Design comparison
SolutionDesign
Solution retrospective
- Used dynamic JSON data with Async JavaScript & Fetch API
- Used Date Object for current date
- Any feedback is welcome
Community feedback
- @Harshi786Posted over 2 years ago
Hey @cma124
Congrats on completing the challenge.
Here's a suggestion to fix accessibility issue.
All page content should be contained by landmarks
: Use footer tag. For details click on this
<footer> <div class="attribution"> Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>. Coded by <a href="https://www.frontendmentor.io/profile/cma124">Chan Myae Aung</a>. </div> </footer>
Hope this helps :)
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