this project nearly take 7 hours in one day
What challenges did you encounter, and how did you overcome them?some advices * upload the images in internet so you get url address so it work with you
this project nearly take 7 hours in one day
What challenges did you encounter, and how did you overcome them?some advices * upload the images in internet so you get url address so it work with you
Hi Yousef! It's amazing you've decided to use additional libraries and you've also added light/dark theme! Love it!
There are some of my feedback:
For practice typescript and tailwind. I used embla-carousel-react for project.
What specific areas of your project would you like help with?Who knows how to adapt images in Vite?
Hi! There are some issues I've noticed:
Add to cart
button. Reducing the spacing could help to make more content visible without scrolling.Great job overall! Keep it up :)
Improve in terms of speed on getting the project done.
Hi! Great job overall! My feedback is pretty simple:
transition: all 0.3s ease
) when hovering over the linksI'm most proud of the clean design and the smooth user experience of the product card. The integration of the "Add to Cart" button with a visual state change was particularly satisfying. Next time, I would focus on optimizing the performance and perhaps adding animations for a more dynamic user experience.
What challenges did you encounter, and how did you overcome them?One of the main challenges was ensuring that the component was fully responsive and looked good on all screen sizes. I overcame this by using a mobile-first approach and thoroughly testing on various devices. Additionally, integrating the state management for the "Add to Cart" button required careful planning to avoid unnecessary re-renders, which I handled by using memoization and selectors.
What specific areas of your project would you like help with?I would appreciate feedback on the performance optimization of the component, particularly in the context of large-scale applications. Additionally, any suggestions for improving the user experience, especially with regard to accessibility and animations, would be helpful.
Hey! It looks great!
A couple of things I would suggest you add to this project is to show that the button might be interactive by adding the hover
state and cursor: pointer
on hover. Additionally, would be beneficial to practice responsiveness.
Best of luck!