Design comparison
Community feedback
- @LTOssianPosted about 1 year ago
Hello ! Good job on the integration, it looks pixel perfect. 🥳
My observation
You application does not work because of a small mistake that I found in your code.
Inside the
index.js
, you are looking to retrieve the data of a single user, however you are user the wrong URL request.Currently you have
GET users/${username}
(line 62)It should be
GET user/${username}
Here is the GitHub documentation that covers this.
Now your application should work correctly and make the right request.
I hope this was helpful ! 🤓
0@Abrham007Posted about 1 year ago@LTOssian Thanks bro but I saw the specs and they say users I think the app is not working b/c the api-key I used got deactivated when I pushed the code to github but thanks anyway.
0
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