Sandaruwan
@Sandaruwan7056All comments
- @ochifeogeSubmitted 8 days ago
- @thibault-devergeSubmitted 17 days agoWhat are you most proud of, and what would you do differently next time?
I'm super proud of completing my first React project solo (after battling through tutorial hell 💀). Honestly, I wouldn't change much, but I'm totally open to any suggestions you might have!
What challenges did you encounter, and how did you overcome them?Nothing really as the most difficult part was the setup with Vite but that was quite smooth. The challenge is still mostly focus on styling and not heavy on React. I discover CSS-Modules and is quite pleasant to be able to have local scope for css file and keep focus on the code rather than BEM.
That will be my way of styling until i kick on on Tailwind soon I guess.
The setup with Vite was the toughest part, but it went pretty smoothly. The challenge is not really heavy on React and pretty easy styling. Discovering CSS Modules was a game-changer—it’s awesome to have local scope for CSS files, so I can keep my focus on the code without worrying too much about BEM. I plan to stick with this styling approach until I dive into Tailwind soon, I guess!
What specific areas of your project would you like help with?Nothing in particular right now, but I'm open to any suggestions you might have!
- @mudasirNadeemSubmitted 9 days agoWhat are you most proud of, and what would you do differently next time?
A solution retrospective helps you reflect on your project and share insights with others. For the question, "What are you most proud of, and what would you do differently next time?":
Proud of: Highlight something you did well. Do differently: Mention what you'd improve if you did the project again. This helps others understand your strengths and where you’re looking to grow.
What challenges did you encounter, and how did you overcome them?I encountered a challenge with making the design fully responsive across all screen sizes. Initially, I struggled with some layout shifts and spacing issues. To overcome this, I researched more about responsive design techniques and used media queries to adjust the layout for different devices. I also utilized CSS Flexbox properties to make elements adapt more smoothly. This experience improved my understanding of responsive design, and I now feel more confident handling similar challenges in future projects
What specific areas of your project would you like help with?"I’d like help with improving the accessibility of my project, especially making sure it's fully navigable by keyboard and screen readers. I’m also interested in feedback on the efficiency of my code, particularly in the JavaScript functions. Any tips on optimizing performance or ensuring accessibility compliance would be greatly appreciated."
@Sandaruwan7056Posted 8 days agonice one keep it up, use media queries to make it mobile friendly
0 - @AndresLamarSubmitted 15 days ago
- @tushar-RuhelaSubmitted 23 days agoWhat are you most proud of, and what would you do differently next time?
I am most proud of create a contact form using javascript with better functionality and next time I will add more options in this form.
What challenges did you encounter, and how did you overcome them?challenges are come like adding a email validation in this and trim option. and i will overcome them by exploring about form specification.
What specific areas of your project would you like help with?No
@Sandaruwan7056Posted 21 days agoit looks good , try using custom validation messages as in the design
0 - @AdalbertPunguSubmitted 24 days ago
- @ZainabeyySubmitted 28 days ago
- @KSnape34Submitted about 1 month agoWhat specific areas of your project would you like help with?
I have tried different ways to do it but I can't figure out why the result section isn't being put into a column on the right.
@Sandaruwan7056Posted about 1 month agoim still a beginner but i guess the way u are using media queries is wrong max with 1000px means its for the desktop view and u are using flex direction column thats why the amount area keeps going down . u should focus more about flexbox and responsive design
0 - @mprosper1Submitted 3 months ago
- @kenzo0pSubmitted about 2 months ago@Sandaruwan7056Posted about 2 months ago
im a beginner too but try learning how to validate forms with js
0 - @rcsilva211Submitted 2 months agoWhat are you most proud of, and what would you do differently next time?
Applying grid in css with more ease.
What challenges did you encounter, and how did you overcome them?Mostly resizings, and I ended up not pursuing it since in order to make it clear, I needed the design
What specific areas of your project would you like help with?CSS Grid Height definitions (full grid)
- @alijenzriSubmitted 3 months ago