
nashrulmalik
@nashrulmalikAll comments
- @IykekelvinsSubmitted 10 months ago
- @raozhaizhuSubmitted 2 months ago
- @raozhaizhuSubmitted 2 months ago
- @ranmoriSubmitted 6 months agoWhat are you most proud of, and what would you do differently next time?
I would optimize the JavaScript code further by handling edge cases more efficiently, such as when the user enters negative numbers or non-numeric values. Adding unit tests for the JavaScript functions to ensure that they behave as expected in all scenarios would also be a priority.
From a performance perspective, I would consider lazy-loading images or assets if this were part of a larger project. I’d also look into improving the design for accessibility compliance, ensuring proper contrast ratios for text and background colors to make the application more user-friendly for individuals with visual impairments.
What challenges did you encounter, and how did you overcome them?Handling Input Validation: Ensuring that invalid inputs like zero, negative numbers, or non-numeric values wouldn’t break the app was another tricky part. The error message for “Number of People” needed to be clear and visible, without disrupting the overall flow of the UI.
How I Overcame It: I added custom error handling in JavaScript and implemented conditions to display error messages when necessary. CSS classes were used to style error messages and make them only appear when invalid input occurred. Additionally, I made sure to disable the calculation button until valid input was provided
P@nashrulmalikPosted about 2 months agoyou can make the custom input smaller so it match the grid
0 - @ruinedturnipSubmitted about 2 years ago
- P@AdamullaOsasSubmitted 5 months agoWhat are you most proud of, and what would you do differently next time?
Icon mode is not applied, because there aren't provided any icons. I know styling (especially multiplayer mode) isnt perfect, but I feel confident in styling and sizing elements and just want to keep going
- @raozhaizhuSubmitted 2 months ago
- @faaazySubmitted 2 months ago
- @artscomiSubmitted 2 months ago
- @TogrulAbdullayevSubmitted about 1 year ago
- @marcfrancissSubmitted 5 months ago
- P@aouintihouariSubmitted 5 months ago
- @kadiryildiriSubmitted 2 months agoP@nashrulmalikPosted 2 months ago
Your svg doesn't load correctly because you're using relative path. Please use absolute path instead. Thanks
1 - @tannguyenk3Submitted 2 months agoP@nashrulmalikPosted 2 months ago
your Images doesn't load on my side, I don't know why, maybe because you're using relative path on github pages. You should use absolute path.
0 - @Cesare94Submitted 2 months agoWhat are you most proud of, and what would you do differently next time?
I managed to manage the CSS part appropriately, especially the responsive one.
What challenges did you encounter, and how did you overcome them?I had difficulty in the Javascript part, with the construction of the carousel. I had to work with online tutorials to make it happen.
What specific areas of your project would you like help with?The javascript part is the most difficult.
P@nashrulmalikPosted 2 months agoYou can add this to your css code to add animation on sliding images
transition :transform 0.5s ease-in-out;
0 - @jonathanudehSubmitted 2 months agoWhat are you most proud of, and what would you do differently next time?
I am very proud of how i was able to replicate the design and also i added a dark mode toggle. A little something of my own.
- @calvinvinSubmitted 2 months agoWhat are you most proud of, and what would you do differently next time?
I learned BEM naming convention of CSS and applied it to this project. I did feel BEM solved the specificity issues I met before.
- P@MukarramHaqSubmitted 2 months agoWhat are you most proud of, and what would you do differently next time?
This was definitely not an easy project. I thought that tic tac toe wouldn't be that difficult but, I think I got lost in a lot of the steps.
This project really required careful planning which I didn't do and I jumped straight into it which was a big mistake.
Will definitely not do that next time when i'm working on such a big project.
What challenges did you encounter, and how did you overcome them?I think the most difficult challenge I faced in this was highlighting the winner and how to check for a winner.
Although, I couldn't finish this project but, I definitely learned a lot of cool things about JavaScript that i'm sure will become handy to me in the future.
What specific areas of your project would you like help with?I would really like some help in how you guys build a plan when working on big project like this with a lot of moving parts? That would be really helpful to me. Thanks in advance
P@nashrulmalikPosted 2 months agoGreat design, but the next round functionality doesn't work.
0