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?

    I'm really proud of the progress I've made compared to my first project. This time, things felt more intuitive and I was able to grasp the requirements more easily. It was exciting to see how much I've grown and how much more comfortable I've become with HTML and CSS.

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

    Challenges that I encountered:

    • One of the main challenges I faced was customizing the lists (both ul and ol) to match the design. I had to modify the default styles and spent some time researching the best ways to make the lists look exactly as intended. With some experimentation and tweaks, I was able to get the result I wanted.
    • It was also my first time working with tables in a project. I took the opportunity to research best practices for styling and structuring tables to ensure they fit seamlessly into the design.

    What specific areas of your project would you like help with?

    I'd love some feedback on making my code more concise, readable, and reusable, without losing functionality. Any tips on improving this would be greatly appreciated!

  • Submitted


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

    What I’m Most Proud Of and What I’d Do Differently Next Time

    • I’m really proud of sticking with this project and not giving up, even when faced with new challenges. It felt great to see my persistence pay off and to realize that I’m starting to retain more from previous projects—there were a few things I didn’t need to look up this time!

    • Next time, I’d like to explore alternative methods and approaches to see if I can make my workflow even smoother. I’m also interested in experimenting with different design elements and seeing how they can enhance the overall project.

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

    For future projects, I want to:

    • Improve Responsive Design: Keep refining my ability to create layouts that work well on all devices.

    • Advance in CSS: Focus on mastering CSS animations, transitions, and grid layouts for more dynamic designs.

    • Enhance JavaScript Integration: Get better at combining JavaScript with CSS and HTML to add interactive elements and improve user experience.

    What specific areas of your project would you like help with?

    I’d appreciate any constructive criticism on how to improve my code, especially in making it more concise and well-structured.

  • Submitted


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

    What are you most proud of?

    I’m really proud of sticking with it and getting the card layout just right. Even though I hit some bumps along the way, I kept my commitment to using Bootstrap for the UI and tried hard to match the design as closely as possible. I’m also happy with how I used CSS variables and Flexbox to make the code cleaner and more responsive compared to my first project.

    What would you do differently next time?

    Next time, I’d experiment with different approaches for card layouts and responsiveness, maybe trying out new frameworks or libraries to make things more flexible and efficient. I’d also work on fine-tuning my use of CSS variables and Flexbox to make the code even smoother and easier to maintain.

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

    I had a bit of a mix-up with rem and em units, especially when it came to understanding their roles in accessibility and responsiveness. To get past this, I dove into the documentation and did some research to clarify their differences.

    Another challenge was getting my GitHub Pages site to display correctly. I found that even a tiny mistake, like a misplaced period, could mess things up. This experience taught me to pay closer attention to the small details and double-check everything before pushing updates.

    What specific areas of your project would you like help with?

    I’d really appreciate some feedback on how I’m using "em" and "rem" units. I want to make sure I’m using them effectively and understanding their impact on responsiveness and accessibility.

  • Submitted


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

    As a newbie in the coding world, I'm most proud of my determination to keep learning new concepts and pushing through challenges. Trusting the process has been key to my growth. Next time, I'd like to explore different approaches and be more flexible in my problem-solving.

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

    Struggles : One of the challenges I encountered was figuring out the best way to position the elements inside the card. Initially, I struggled with how to align everything properly to achieve a balanced and visually appealing layout.

    My Approach : To overcome this, I explored different CSS properties, such as position and display. Through trial and error, I learned how to effectively use display: flex and other related properties to control the alignment and spacing of the elements. This process not only helped me solve the immediate problem but also deepened my understanding of CSS layout techniques, which will be valuable in future projects.

    What specific areas of your project would you like help with?

    I'd like help with a few specific areas of my project:

    1. Integrating Bootstrap's Card Component with Custom CSS : I want to understand how to effectively use Bootstrap's card property while incorporating custom CSS to personalize the design.

    2. Exploring Alternative Methods to Center the Card : I'm interested in learning different techniques for centering the card within the page, beyond the methods I've already used.

    3. Enhancing Responsiveness : I'm looking for alternative approaches to improve the responsiveness of the card, ensuring it adapts seamlessly to various screen sizes.