I'm a self-taught Web Developer, and fell in love馃挌 with VueJS. Working on some articles and open-source project during my free time!
Nothing here yet.
Even though the link above was deleted by Hashnode, but in my email I do see the links 馃槀 https://staem.vercel.app/ https://github.com/fabioivi/STAEM I'm so glad to hear that you enjoy this challenge!! 馃槉 Some quick feedback for you yaaa: I love the skeleton loader Carousel is working well using Swiper! Good job with chaining search and sort! Nicely done on Responsive Design! Feedback: You should you input throttle on Search to prevent search triggers on every key input. Imagine the user search for elden , it would trigger 5 requests, which could cause heavy load on backend API if the traggic is busy. Hover over the card looks good, but when "unhover" it, the scale immediately drop to original, which feels a bit too sudden. Decimal places for price should be 2. eg: $ 22.00 Click on card should open a new tab. target=_blank
I'm glad the hear your awesome feedback! Yup I saw this opportunity to make a design challenge, and let user experience the awesomeness of Supabase at the same time! Nicely done btw! Here some of my feedback yaa! Love the skeleton loader when fetching data Carousel works nicely! Good job on the responsiveness! Sorting and search is working nicely Improvement: Skeleton loader color is abit too bright Responsive design - can try improve the alignment of the pricing! (removing width: 100% !important from .ihucCa span ) Sorting and search could would be even better if you chain those utilities together. Infinite scrolling seems to be not working 馃槬
You are a BEAST!!! So fast completed another challenge! Feedback: I LOVE you put the effort in adding the Steam's favicon!! Good carousel header as well! Love the subtle hover effect on cards. Good job in chaining "search" and "sort" functionalities! Good job on splitting codes into each components Improvement: The size of image for the cards is inconsistent. Infinite scroll seems to trigger twice. Carousel item distance is a bit too far. Carousel bullet is not so clear, and the color is off. Hint: You can use Supabase to return "count", so that you can trigger infinite scrolling programmatically.