Roid Zuhdianto
@roidzuhAll comments
- @wendyhamelSubmitted 9 months ago
- @hikawiSubmitted about 2 months agoWhat are you most proud of, and what would you do differently next time?
I'm most proud of the silly animation for the menu bar icon on mobile.
- @Wannika123Submitted 25 days agoWhat are you most proud of, and what would you do differently next time?
I did this challenge as a part of the accessibility path.
- @MesrouaDjamelSubmitted 2 months ago
- @lavollmerSubmitted 2 months agoWhat are you most proud of, and what would you do differently next time?
I am most proud of my code with reusable components and props state management. I learned a lot through this project and gained insight into state mangement. Additionally, I was able to achieve the design layout with TailwindCSS styling.
What challenges did you encounter, and how did you overcome them?Some challenges I encountered included state management and props management. I was able to determine how to pass specific props to the Thank You component, onClick functions and updating the rating based on end user selection. I learned about these topics through research and trial/error.
What specific areas of your project would you like help with?I feel that my project turned out well! Thank you!
- @Towbee05Submitted 3 months ago
- @wideirpSubmitted 2 months agoWhat are you most proud of, and what would you do differently next time?
I learned to use Vue.js by reading the docs.
What challenges did you encounter, and how did you overcome them?Styling the custom slider was difficult but I found a solution online that works really well
- @srijanssSubmitted 5 months agoWhat are you most proud of, and what would you do differently next time?
- Used customized built in elements. Created TipCalculator custom web components using section built it element.
- Created separate module for validation of form that takes input element and checks the validation based on the added attributes.
I had issue with the button getting selected when Enter is pressed on input element after input value. This is normal form behaviour, when Enter key is pressed the first button on the form gets selected. To get around this issue I had to add keydown event on all the input element on the form and prevent default behaviour on Enter key press.
What specific areas of your project would you like help with?Open for feedback
- @mussiehSubmitted 5 months agoWhat are you most proud of, and what would you do differently next time?
I am proud of the responsiveness that I achieved for the mobile layout. Next time, I might use a framework like Tailwind CSS if it saves me time on styling.
What challenges did you encounter, and how did you overcome them?I encountered a challenge in setting up hosting on Github Pages with Vite as the source code builder. Specifically, handling image paths was a bit tricky at first but I was able to figure out the issue.
What specific areas of your project would you like help with?I would like any feedback on the correctness of my approach.
- @adelayglesiafleitasSubmitted 7 months agoWhat are you most proud of, and what would you do differently next time?
I would like to do it in HTML next time, and maybe use tailwind.
What challenges did you encounter, and how did you overcome them?Configuring the responsiveness of the project was a challenge for me.
What specific areas of your project would you like help with?I would appreciate your help in improving any aspect of the project so that I can grow as a developer. Thank you very much.
@roidzuhPosted 5 months agonice solution. For the image section, you can add padding-right.
0 - @Qu4k3Submitted 7 months agoWhat are you most proud of, and what would you do differently next time?
- @john-mirageSubmitted 7 months agoWhat are you most proud of, and what would you do differently next time?
I'm proud of my classes naming but i think it could be better.
What challenges did you encounter, and how did you overcome them?The naming of the classes using BEM
What specific areas of your project would you like help with?Accessibility and BEM