Latest solutions
Rest Countries API
#accessibility#next#tailwind-cssSubmitted 3 months agoAny suggestions are really welcomed :) Thank you.
mortage-repayament
#accessibility#react#tailwind-css#react-hook-formSubmitted 4 months agoAny suggestions on the proejct as a whole, on the form, on the handling of the class for the bg color of the pound or anything else is much appreciated :) Thank you.
product-list
#react#tailwind-cssSubmitted 4 months agoAny help on the dialog, how to make it look similar to the design is really appreciated. It didn't respond like earlier projects where I built the mobile nav with ease using a fixed element and using inset-0. I didn't understand why it didn't work this time. Any other suggestion on my approach with state or anything else is really appreciated. Thank you :)
result-summary
#accessibility#react#tailwind-css#viteSubmitted 4 months agoI don't know if it is correct to leave an empty div to let it take the role of root for a react app or is a better way from an accessibility/pratical point of view. Any suggestions are really welcomed! Thank you
Latest comments
- P@MathiasHun1@Arcloan
Really good work :)
- @wendyhamelWhat are you most proud of, and what would you do differently next time?
I did not change anything to my solution from a few years ago. I'd like to update it to tailwind v4, but I ran into some problems with the toggle to darkmode. The API has gotten a lot slower and I'd like to try to bak it up with the data countries file in the new challange.
@ArcloanReally good work. yes you should switch to the file provided, the API doesn't work anymore.
- @adam-crowleyWhat are you most proud of, and what would you do differently next time?
I'm proud of getting the form elements looking close to the design while still keeping their native accessibility.
I also learnt a more detailed way to validate the form fields before the form is submitted (to prevent strings being entered instead of numbers for example).
What challenges did you encounter, and how did you overcome them?I found this exercise relatively straightforward, as I've used React Hook Form before. Most of the work was in the styling.
@ArcloanReally good work!
- @portalion@Arcloan
Hi, really good work :) It seems you need to implement the logic for adding the desserts to the cart. So far you did a really good job.
- @prem-kumartWhat are you most proud of, and what would you do differently next time?
Working on React, Next time I would like work on getting data from json file using React Hoooks
What challenges did you encounter, and how did you overcome them?This was my first time working with tailwind. Documentation came in handy
What specific areas of your project would you like help with?Any other ways to implement the solution.
@ArcloanReally good work!
- P@kaamiikWhat are you most proud of, and what would you do differently next time?
I am most proud of successfully implementing a fully functional Pomodoro app with a focus on accessibility and user experience. The integration of ARIA attributes to enhance accessibility and the use of local storage to persist user settings were significant achievements. If I were to do this project again, I would start by planning a more modular code structure to make the application easier to maintain and extend. Additionally, I would explore using a framework like react.
What challenges did you encounter, and how did you overcome them?One of the main challenges I encountered was managing the layout and styling of the number inputs when adding the
What specific areas of your project would you like help with?max
attribute, which caused unexpected shrinking. I overcame this by setting the dialog's width to100%
and applyingflex: 1;
to the input's parent container, ensuring consistent sizing. Another challenge was ensuring the app's accessibility, which I addressed by incorporating ARIA attributes and seeking guidance from accessibility experts in the community.I would like help with optimizing the performance of the app, particularly in terms of reducing any potential layout shifts or flickers when loading user settings. Additionally, guidance on implementing a more robust state management solution would be beneficial, as it could improve the scalability and maintainability of the application. Lastly, any advice on further enhancing the app's accessibility features would be greatly appreciated.
@ArcloanReally good work!