LukichLabadze
@LukichLabadzeAll comments
- @akrambzghSubmitted almost 3 years ago
- @ArcloanSubmitted about 1 month agoWhat are you most proud of, and what would you do differently next time?
Nothing in particular.
What challenges did you encounter, and how did you overcome them?I didn't have understood why my hover state on the arrows doesn't trigger.
What specific areas of your project would you like help with?My solution is far from perfect but it is working. I didn't correct the little details because I can't wait to learn css framework! The image isn't trasitioning on firefox because it doesn't support transition-behavior: allow-discrete. I had some problem with various hover state and as always I don't know if the size of things are correct because I see only the img files because i'm speeding up. With the js part I should have created a class for creating controls, it was a minute, but I duplicated the code which is really bad practice. For this very small project anyway I don't bother.
Any suggestions are really welcomed :) Thank you
- @Perry2004Submitted 3 months ago
- @MoamenAbdelrahman7Submitted 4 months ago
- @FESOO1Submitted 7 months ago
- @jownsuSubmitted 5 months ago
- @tortarugaSubmitted 5 months agoWhat are you most proud of, and what would you do differently next time?
i think i'd try to be less messy when writing the js
What challenges did you encounter, and how did you overcome them?had a bit of trouble validating the form with the approach i was initially using, so i just restarted from zero
What specific areas of your project would you like help with?i'm not sure what I should put as value of the action attribute on the form. should I link to the js file?
- @tortarugaSubmitted 5 months agoWhat are you most proud of, and what would you do differently next time?
nothing in particular
What challenges did you encounter, and how did you overcome them?making the buttons be activated through keyboard alone took a while
What specific areas of your project would you like help with?i'm open to any criticism or suggestion
- @tortarugaSubmitted 5 months agoWhat are you most proud of, and what would you do differently next time?
it was easier than usual and didn't take as long
What challenges did you encounter, and how did you overcome them?nothing in particular
What specific areas of your project would you like help with?any feedback is appreciated!
- @TPAIN22Submitted 5 months ago
- @tortarugaSubmitted 5 months agoWhat are you most proud of, and what would you do differently next time?
I didnt have issues with grids this time... i had issues with everything else tho. the day i get the sizes right i'm throwing a party and you're all invited. also I think I'm color blind cause i never seem to get the colors quite right
What challenges did you encounter, and how did you overcome them?the biggest difficulty was using the json file. after a bit of research i managed to make it work on chrome, but not on firefox. I solved it by changing the path of the json file to include the url of the live site
What specific areas of your project would you like help with?I used fetch to use data.json and it works but I don't understand it well
- @CreativeLogicSubmitted 5 months agoWhat are you most proud of, and what would you do differently next time?
I'm most proud of using my technical expertise to be able to research and implement effective solutions to the challenge. I implemented a Regex string for the email validation, as well as added a custom visual indicator to let the user know that the email is valid once it is typed, not just on submit.
What challenges did you encounter, and how did you overcome them?To get a form to behave as expected and provide the user with an intuiative experience requires careful attention to detail. I was able to accomplish the task.
What specific areas of your project would you like help with?Any feedback is welcome.