Design comparison
Solution retrospective
Hello coder's, this is my first project with API, it was a little bit challenging, but worth of every minute, hours, weeks to pursue it. If you have any suggestion, advice, feel free to leave it. Thanks!
Community feedback
- @brunomoletaPosted over 1 year ago
Hello Daniel, the
no results
is only being rendered the first time the API does not find the GitHub account that the user searched for. I did not track the bug, but I believe you have to render it when the Fetch returnsresponse.status ===404
.And I suggest you separate your functions and split your css file into components so it's easier to read and debug.
It's also on VanillaJS alone, so you will be able to understand it.
It might be better to use a
required
inside theinput
instead of renderingYou must enter at least one word!
. It's a bit less harsh.And cool effect you put on the
No results
, congrats on that :)Marked as helpful1 - @Adel-HarratPosted over 1 year ago
Congratulation on completing this challenge
I felt happy when I saw my Github profile 😍
UI bug: the content is not centered vertically (like theres so much margin-top and 0 margin-bottom)
Other than that, great job 👌♥
Marked as helpful1@kadan-developPosted over 1 year ago@Adel-Harrat
Thanks @Adel-Harrat for feedback, appreciate it :) Will check that bug ✌️.
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