Arcloan
@ArcloanAll comments
- @LukichLabadzeSubmitted 9 days ago
- @dejuliansrSubmitted about 1 month ago@ArcloanPosted about 1 month ago
Good work! The only think I can suggest you is trying to avoid using id selector. They are really difficult to override but for this small project they are fine.
0 - @gauravsingh1281Submitted over 1 year ago
In this challenge, I used HTML, CSS Flexbox & Grid, and JavaScript. I had some difficulty making the site responsive on all devices. Please take a look at my code and give me suggestions on how I can improve my coding skills and make the site more responsive on all devices.
- @aouintihouariSubmitted 2 months ago
- @MaobugichiSubmitted about 2 months agoWhat are you most proud of, and what would you do differently next time?
handling forms in a better more efficient way, also taking web accessibility into consideration
What challenges did you encounter, and how did you overcome them?not much
- @simplyObareSubmitted about 2 months ago
- @ikethedevSubmitted 2 months agoWhat are you most proud of, and what would you do differently next time?
I am proud that I made it through this project. It took longer than I expected because of a lot of nuanced details. If I had to start this project over I would come up with a better filing system! I tried one but it was not the most efficient but I am seeing progression!
What challenges did you encounter, and how did you overcome them?I overcame challenges with the help of the console and asking friends specific questions when I got stuck! Th
What specific areas of your project would you like help with?I would love help with code organization!
- @abdizahirSubmitted 3 months agoWhat are you most proud of, and what would you do differently next time?
finishing this project, js part.
What challenges did you encounter, and how did you overcome them?displaying rating value, by searching it.
What specific areas of your project would you like help with?all of it.
@ArcloanPosted 3 months agoGood work! The only thing I would suggest you is to get ríd of the global valué binding. For a small project like this it doesn’t mind but Wien the project grow, global bindings are really hard to deal with. You can pass the value in an argument or you can retrive it in your function.
0 - @ccccchrizSubmitted 10 months ago
Any advice?
@ArcloanPosted 3 months agoReally good solution! The part where you choose a character was a bit harder to follow but really good use of every method in your while loop. I don't think today I'm able to came up with such a beatiful selection logic for the character.
0 - @MiksDev04Submitted 3 months agoWhat are you most proud of, and what would you do differently next time?
I am proud that I am able to finish my own solution.
What challenges did you encounter, and how did you overcome them?The challenges I overcome is the passing of data from Json file. I watched some YouTube videos on how to use the data from that file that's why I manage to finish this.
What specific areas of your project would you like help with?nothing as of now
- @sksksk2024Submitted 4 months agoWhat are you most proud of, and what would you do differently next time?
That I've learned the js needed and about the input element.
What challenges did you encounter, and how did you overcome them?None
- @tchananetSubmitted 5 months agoWhat challenges did you encounter, and how did you overcome them?
I had issues selecting the image footer. Found out about classList.toggle()
What specific areas of your project would you like help with?I still have not figured out how to make the share links float above the share icon
@ArcloanPosted 3 months agoHello, great work! You have linked to the wrong repository, specifically the grid testimonials. Anyway to make the share links float I created another div and positioned it absolutely against my card. You can look at my solution to see how I did. I recommend to try learning about stacking context and the various position in depth. It will help you on your journey going on :) The channel on youtube by Kevin Powell is a great resource.
0