Dumitru Bragari
@DandyHypeAll comments
- @ManojSinghDashauniSubmitted 1 day ago
- @ralphvirtucioSubmitted 19 days agoWhat are you most proud of, and what would you do differently next time?
For this challenge, I am most proud of implementing the JavaScript functionality. If I were to do this challenge again, I would focus on creating more abstraction in the JavaScript code and making the properties in the stylesheet more reusable.
What challenges did you encounter, and how did you overcome them?The main challenges I encountered during this project were the theme switcher and managing the flow of the application. I overcame the theme switcher challenge by creating a simpler version to better understand its mechanics. For the application flow, I initially focused on implementing the core functionality with a basic layout. After thoroughly testing and finalizing the functionality, I proceeded to enhance the styling of the application.
What specific areas of your project would you like help with?Areas of the Project for Feedback:
- Implementation of the Theme Switcher: To ensure it's optimized and user-friendly.
- Core Functionality Implementation: To verify robustness and efficiency.
- Accessibility Features: To confirm that the application is inclusive and meets accessibility standards.
@DandyHypePosted 7 days agoGreat work! really liked the way you implemented theme switching.
0 - @DrakeHermitSubmitted 25 days agoWhat are you most proud of, and what would you do differently next time?
Even though it took me a really long time to finish this project, since I took a long break from programming because of life, I am really proud that I managed to finish this project. I really learned a ton from working on it. To answer the question of what I would do differently next time, I actually would change some stuff since I really don't like how it turned out. But at the end of the day my solution works and I'm extremely happy that it does.
What challenges did you encounter, and how did you overcome them?I encountered a lot of challenges while building out this solution, but nothing that a quick read through the docs and asking my trusty AI assistant won't solve. But I must say before you guys start attacking me, I didn't copy paste the code AI gave me. Every time I asked it for clarification as to why it chose to go that route so I could better understand. I swore to myself that I wouldn't just copy paste code that I don't understand.
What specific areas of your project would you like help with?Just general JS code advice. I tried my best to have it as organized as I could but that didn't really work all the time.
- @MurielM87Submitted over 1 year ago
- @clickglueSubmitted 25 days agoWhat are you most proud of, and what would you do differently next time?
Relatively straightforward. I was able to use lessons from previous experience (using the Public folder, deploying a react site on github, CSS modules.
What challenges did you encounter, and how did you overcome them?Getting in the flow. If you work in short periods you loose time with finding out the details. If you work in too long timeslotes, you drown in the details.
- @aysenurtatliSubmitted 26 days ago
- @NathanGeovaneSubmitted 28 days ago
- @NovikovIlyaSubmitted 5 months ago
- @Rrdesh07Submitted 10 months ago
1] I was having hard time doing the last nutrition section the line below the data 2] even while designing for the mobile i was not able to set the width of image to full view , how should i do that ?
@DandyHypePosted 10 months agoThe problem with the image can be solved by removing the height and width of the img and in your @media for mobile add the negative margin equal to the padding of the parent, in your case margin: -1.5rem;
Marked as helpful2