The fact that i did not refer to the style guide for the majority of the project and was able to complete the challenge within an hour.
Latest solutions
Social links profile component
Submitted about 1 year agoCurrently i guess i'm making through but any suggestions are highly appreciated. Thanks
Blog Card
Submitted about 1 year agoNot much, but if someone wants to give their suggestion for my code then it will be great! Thanks
Latest comments
- @manjirigoleSubmitted about 1 year agoWhat are you most proud of, and what would you do differently next time?@Pankaj-Kumar110Posted about 1 year ago
An alternative expression for
grid-template-rows: auto auto auto auto auto
would begrid-template-rows: repeat(5, auto)
, offering a more concise and readable representation.Marked as helpful1 - @pedroasg1Submitted about 1 year agoWhat are you most proud of, and what would you do differently next time?
I'm proud to have finally fixed the scroll that always appeared for some strange reason, but I managed to fix it and it turned out great.
- @Austin2501Submitted about 1 year agoWhat are you most proud of, and what would you do differently next time?
I write my code from scratch and make it live in an hour. I would use any Js Framework or library next time.
What challenges did you encounter, and how did you overcome them?I got stuck a bit in using flex, so I debug my code.
What specific areas of your project would you like help with?Make it responsive of whole other lot of screen size and more better UI.
@Pankaj-Kumar110Posted about 1 year agoYou wrote a clean and easily understandable code. Excellent work!
0