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 am most proud of making my solution responsive by using relative units, which allow the content to scale proportionally with changes in the root element's font size.

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

    I encountered two problems while solving this challenge:

    1. Figuring out how to use em and rem units to ensure that the content scales with changes in the root element's font size. This problem was resolved by watching Kevin Powell's video on this topic, as well as through trial and error.

    2. Deciding on the best approach for using a media query to make the page responsive while keeping the code as concise as possible. While I am certain that there might be room for improvement, this represents the best solution I can achieve at the moment.

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

    Any feedback on my approach to solving the two problems mentioned above would be greatly appreciated. Additionally, I welcome any other comments or critiques.

  • Submitted


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

    I am most proud of sticking with my schedule for learning web development, seeing results, and completing the projects.

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

    During this project, I encountered two small challenges which were easily solved by searching the web.

    • Changing the color of list markers (bullets, numbers, ...)
    • Targeting all children elements except the last one

    Resources and examples can be found in the README file.

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

    I would greatly appreciate any suggestions or comments.

  • Submitted


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

    I am the most proud of how much faster I finished this project than the previous one.

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

    I have not encountered any challenges when solving this challenge.

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

    Any comments/suggestions are most welcome!

  • Submitted


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

    I am the most proud of completing the project and for sticking with practicing the skill of web development. I wouldn't do almost anything different the next time as the next project will have its lessons and the most I am hoping for is that the lessons I learned earlier will be of great help with solving new problems and in making me more efficient in the process.

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

    There were a few challenges but nothing too serious. The first one was with using git. Since I'm somewhat new to using git and this time I was using two different computers for writing the solution I needed to learn how to fetch the newest versions of code. The process is relatively straightforward and was solved by using Chat GPT. The other small problem is with motivation for writing documentation as it's not as fun as writing code.

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

    If anyone has some experience with the BEM naming convention I would be grateful for any comments regarding my implementation. Also, any other suggestions would be greatly appreciated. Thanks!

  • Submitted

    CSS Flexbox

    • HTML
    • CSS

    1


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

    Building the QR code challenge is a nice and easy introduction to learning the whole process of working on a project. For me the biggest thing I got out of the project is that I got introduced to design tools like Figma and how to use design files to efficiently complete the project. Also, by using the provided README template I learned how to structure and what to include in the project documentation.

    As of now I have not used the git and GitHub that much and in the upcoming projects i will take more care of when to push changes to the repository so as not to push major changes to multiple files at once.

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

    1. Learning how to use Figma

    By reading articles included on the learning path and by watching a youtube video I've got a good enough introduction to Figma to use the design files provided. Link to mentioned YouTube video: Intro to Figma for Developers

    2. Using git and GitHub

    Also by reading through articles included in the course I refreshed my knowledge about how to use git and Github and was able to do what was needed.

    3. Making README.md file

    By using the provided template for readme file I learned how to structure and what to include in readme file.

    4. Publishing solution on GitHub Pages

    By going through the tutorial on the GitHub Pages homepage, creating a live page for the solution was easy.

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

    1. Is there a way to make an HTML card component code more accessible?

    2. Did I use the BEM naming convention in the right way?

    3. Would you consider my CSS code to be readable?

    Since I am somewhat new to coding any suggestions on how I can improve my code would be greatly appreciated. Thanks!