My first API project

Solution retrospective
This is my first time taking a intermediate project and my first time implementing an API. This is not pixel perfect when it comes to the layout, and my Javascript is not that clean. Please give me some feedback for my improvement. Thank you!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @skyv26
To avoid accessibility issues:
-
wrap everything in your body in <main> OR give role="" to the direct children of your <body> ... Click here to read more here
-
have at least one <h1> in your code.
-
I saw that you have used id name twice in your html, Check your line no 79 and 80. Id name must be unique and only used at once per page.
I hope you understand.
Good Luck
Marked as helpful -
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