Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted


    What are you most proud of, and what would you do differently next time?

    Mastering CSS Grid: Successfully implementing a responsive, grid-based layout with clean and organized code. Mobile-First Design: Creating a layout that looks great on all screen sizes, ensuring an optimal user experience. Attention to Detail: Using subtle animations and colour schemes that enhance readability and visual appeal.

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I’m most proud of successfully implementing a responsive layout using CSS Grid and Flexbox, ensuring a seamless user experience across different devices. Next time, I would focus more on browser compatibility, especially with newer CSS syntax, and streamline the design process by experimenting with more advanced CSS features.

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I am most proud of the clean and responsive layout achieved using Flexbox and semantic HTML5. The code is well-organized, and the use of CSS custom properties ensures consistency and easy future updates.

    Next time, I would focus more on enhancing accessibility by incorporating ARIA attributes and improving performance through optimization techniques like lazy loading for images.

    What challenges did you encounter, and how did you overcome them?

    I encountered challenges with the new media query syntax @media (width >= 470px), as it wasn’t supported by browsers like Firefox. To resolve this, I reverted to the more widely supported syntax, @media (min-width: 470px), ensuring compatibility across all browsers. This experience reinforced the importance of testing for cross-browser compatibility.

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I'm most proud of achieving a clean, responsive design that looks good on both desktop and mobile devices, enhancing user experience. Next time, I would focus more on a mobile-first workflow to ensure the design scales up seamlessly from smaller screens, and I would incorporate more interactive elements, such as step-by-step guides or video tutorials, to make the design more engaging.

    What challenges did you encounter, and how did you overcome them?

    One challenge I encountered was ensuring the layout remained responsive across various screen sizes, especially when switching from desktop to mobile views. I overcame this by using flexible CSS properties like flexbox and media queries to adjust the design elements dynamically. Another challenge was maintaining a consistent style across all sections. I addressed this by defining a clear colour scheme and typography in the CSS, using variables to manage colours and fonts efficiently.

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I am proud of successfully implementing a fully responsive design that looks great on mobile and desktop devices. Achieving this required careful planning and a mobile-first approach, utilizing CSS Flexbox. I’m also proud of the interactive hover and focus states that provide a smooth user experience. These design elements help the profile card feel polished and professional.

    What challenges did you encounter, and how did you overcome them?

    Next time, I would focus more on accessibility. While the design is visually appealing, ensuring that all users, including those with disabilities, can interact with the site is essential. I would implement better ARIA labels, ensure colour contrast meets accessibility standards, and improve keyboard navigation. Additionally, I would explore more advanced CSS animations to create more engaging hover effects.

  • Submitted


    What are you most proud of, and what would you do differently next time?

    I’m most proud of successfully implementing a clean and responsive design that maintains a consistent look across devices. The use of Flexbox and custom CSS properties resulted in a well-structured and visually appealing card component. Next time, I would like to explore using CSS Grid for more complex layouts and consider adding subtle animations to enhance user interaction.

    What challenges did you encounter, and how did you overcome them?

    One of the main challenges I encountered was correctly setting the image paths, which initially caused images not to load. I overcame this by ensuring all paths were relative to the project root and double-checking the folder structure. Additionally, achieving responsiveness was challenging, especially maintaining the design’s integrity across different screen sizes. I resolved this by carefully applying Flexbox properties and testing the layout on various devices.