Latest solutions
Coffee Roasters Subscription Site w/NextJS
#accessibility#next#react#vite#animationPSubmitted 4 months agoAny feedback is appreciated as always.
Minimalist multi-page portfolio website w/NextJS
#accessibility#next#react#vitePSubmitted 4 months agoAny feedback is more than welcome.
Latest comments
- P@felix-stuffSubmitted 2 months ago
- P@codercreativeSubmitted 5 months agoWhat are you most proud of, and what would you do differently next time?
I'm happy with how user-friendly and visually appealing the app turned out. One thing I noticed is that the Figma design did not include a reset button, which is a feature I could consider adding later to enhance usability.
What challenges did you encounter, and how did you overcome them?Coding the password strength level in JavaScript was a bit of a challenge and so was styling the checkboxes in CSS.
What specific areas of your project would you like help with?I’m open to any helpful feedback, particularly in areas like improving my JavaScript logic or optimizing the code for better performance.
P@MinamakhloufPosted 20 days agoThis project was very well done. I liked how the output changes on each change of the slider and checkboxes as well as how it shows error messages right when they happen on the output field.
I found styling the slider especially difficult but how I dealt with this was making a custom slider that was designed with just <div> elements and I put it on top of the original slider <input> component and using JavaScript to move them at the same time.
Marked as helpful0 - @Tasin269Submitted 3 months agoP@MinamakhloufPosted 3 months ago
In terms of functionality this does exactly what it needs to do. The only improvement you could make is to adjust the size to be more congruent with the design.
0 - P@gianmromeroSubmitted 3 months agoWhat are you most proud of, and what would you do differently next time?
Stopped being redudant in CSS. I will improve my knowledge in BEM methodology.
What challenges did you encounter, and how did you overcome them?I figured out my redudant code. I readed the documentation of BEM and implemented better.
What specific areas of your project would you like help with?Responsiveness and Vanilla JS because I think I don't understand them too well.
- @ansarstellarSubmitted 6 months agoWhat are you most proud of, and what would you do differently next time?
I am finally starting to understand DOM manipulation.
What challenges did you encounter, and how did you overcome them?I am still using chatgpt to explain some things. The real challange for me is when I work on responsiveness, and change the layout of the containers, everything starts to crash.
What specific areas of your project would you like help with?Responsiveness.
P@MinamakhloufPosted 3 months agoThis looks awesome and performs exactly as it should
However, to make it look exactly like the design you have to turn off browser validation so that you can validate the message through JavaScript and put the error message and the error class on the input if it fails to meet your specifications (e.g. contains an "@" sign)
To do that, you have to set noValidate on the <form> element and give it an onSubmit event. Afterwards, you have to prevent the default and use if checks to see the user made a mistake or not.
0 - @sebamarquesSubmitted 3 months agoWhat are you most proud of, and what would you do differently next time?
I liked the part of javascript, its ugly but it works and iḿ going to get better at it,naming the classes was a headache also, next time im also going to work on that, i tried to use BEM but at some point i got bored trying to name more classes, if you have a tip with that i would gladly read it
What challenges did you encounter, and how did you overcome them?the most hard part of this excercise was doing the "floating" part when you press the share button, in the future i will change how it looks but for today i just want to upload this excercise and get some feedback from my partners
P@MinamakhloufPosted 3 months agoI tried to view your code but the page gave me a 404 error. Did you remove the repository?
0