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.
Pankaj Kumar
@Pankaj-Kumar110All comments
- @manjirigoleSubmitted 7 months agoWhat are you most proud of, and what would you do differently next time?@Pankaj-Kumar110Posted 7 months 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 7 months 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 7 months 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 7 months agoYou wrote a clean and easily understandable code. Excellent work!
0