Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • Yousef 90

    @ousey-ousey

    Submitted

    What are you most proud of, and what would you do differently next time?

    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

    aberllin 80

    @aberllin

    Posted

    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:

    • The state is not persistent in the first step. When navigating back, the information entered is lost. Ensuring the state remains consistent would improve user experience.
    • The step box (the square with the step number) appears too dark in the light theme, making it difficult to distinguish from the background. Adjusting the color for better contrast would help.
    • On the adds-on page, the boxes become jumpy when checking/unchecking an option. This might be due to the absence of a transparent border initially, which then appears when an option is selected. Adding a consistent border could resolve this.
    • Validation on the first page is preventing users from proceeding to the next step, yet they can still click the next step from the left sidebar. Ensuring that navigation through the sidebar also adheres to the validation rules would ensure a smoother process.
    0
  • @InnaTymoshenko

    Submitted

    What are you most proud of, and what would you do differently next time?

    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?

    aberllin 80

    @aberllin

    Posted

    Hi! There are some issues I've noticed:

    • Currently, there's no way to close the Cart modal other than refreshing the page. I recommend adding a close button and/or enabling the modal to close when clicking outside of it.
    • The close (X) button does not work if clicked even 0.5 px around it. To improve user experience, I suggest increasing the clickable area around the button.
    • The spacing around all elements is quite large. On a 13-inch laptop, I noticed that despite having minimal content on the page, I still need to scroll down to see the Add to cart button. Reducing the spacing could help to make more content visible without scrolling.

    Great job overall! Keep it up :)

    Marked as helpful

    0
  • @LeowWeiLee

    Submitted

    What are you most proud of, and what would you do differently next time?

    Improve in terms of speed on getting the project done.

    aberllin 80

    @aberllin

    Posted

    Hi! Great job overall! My feedback is pretty simple:

    • Try to align the card in the middle, currently, it seems to be more in the top.
    • Add some more vertical padding
    • Add some transition (e.g, transition: all 0.3s ease) when hovering over the links

    Marked as helpful

    0
  • @FahithKRM

    Submitted

    What are you most proud of, and what would you do differently next time?

    I'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.

    aberllin 80

    @aberllin

    Posted

    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!

    0