What are you most proud of, and what would you do differently next time?
Responsive design was a new concept to me, and I'm very proud of building my first responsive website.
What challenges did you encounter, and how did you overcome them?
I think this was my most challenging one yet because I was introduce to a new concept that I was not aware of before hand that is creating a responsive design that works with both PC and Mobile screens. I took a mobile first approach for this project and getting things to scale just right was new to me so it took me some time to get the hang of it but I have definitely improved by a lot and now have a better understanding of creating web pages that function on different screen sizes.
What specific areas of your project would you like help with?
I'm still fairly new to responsive designs so any feedback on my code would be greatly appreciated.
What are you most proud of, and what would you do differently next time?
This is my personal record! I have successfully made this simple project in under 2 hours. I am extremely proud of myself for this accomplishment. I used barely any help and references. I was able to be in a constant flow state which had greatly enriched my coding experience.
A major thing I learned in CSS is target very specific elements by using the > key. What I would do differently next time is plan the layout and deeply analyze before actually writing code. For example, I can draw sketches.
What challenges did you encounter, and how did you overcome them?
The only challenges were jogging my memory on pseudo-classes. Other than that, it went smoothly.
What specific areas of your project would you like help with?
I need to learn better responsive web design. For example, I need to understand the pixel size differences between a computer, phone, and other technologies. I need my project designs to be consistent with every platform. I also want to delve deeper into how I can make my websites accessible. Generally, I shall improve my craft of HTML and CSS before moving onto JS.
What are you most proud of, and what would you do differently next time?
i'm proud of how the card component adapts to different screen size, and the use of media queries for dekstop and mobile. Next time i might use CSS Flexbox to improve my knowledge.
What challenges did you encounter, and how did you overcome them?
making sure that the card look good in different screen size quite a challenge, the solution is using media queries to adjust the width on different screen size.
What specific areas of your project would you like help with?
i would like to get help with advanced CSS techniques, such ass creating animations or transition to enhance user experience.