TwitchTv Project feedback

Hey Campers!
Just finished my TwitchTv Project.
I would love to hear some feedback for the same! :smiley:
Here’s the Twitch Project Link.
Edit Reason: Project LInk changed.

#Updlate1 : Thanks for the feedback! I will definitely fix the issue.
#Udpade 2: I think I have fixed the issue, I see 8 cards for All tab, and online/offline ones for their respective active tabs. All I had to do was :

if( dataResponses.length === USERS.length){
    //emit complete event
    newThis.makeUi();
}

Again, Thank You so much :smiley: , Still if something’s wrong, please let me know.

Hey,

The project looks good, my main feedback would be that everything seems quite large. i.e. when I first open the page I can only see the info for one stream and have to scroll quite a lot to see all the stream details. Have you thought about making the logos slightly smaller so a viewer can see more info when they first land?

1 Like

Thank you for the feedback Pagey. I thought about that, but there are only 8 users and not a lot of info to show regarding each user. I can easily make the user’s logo smaller, but I personally liked the large logo version. If it comes under bad design principles, I will definitely make them smaller.