I am most proud of the clean and responsive design I was able to achieve using Sass. The project looks great on various devices, and the code is well-organized with reusable variables and nested styles. This project has made me more comfortable with responsiveness, and I learned to do mobile-first development and use min-width and max-width to create more fluid responsiveness. Next time I will adopt a Mobile First approach straight from the beginning.
What challenges did you encounter, and how did you overcome them?One of the main challenges I encountered was ensuring the layout remained responsive across different screen sizes. Initially, the layout would break on smaller devices, but I overcame this by implementing a mobile-first workflow and using media queries to adjust the styles for various screen widths.