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


    Building this project was a great learning experience for me! ๐Ÿ’ป Although it took me several days to complete, I'm proud of what I accomplished. ๐Ÿ™Œ One of the biggest challenges I faced was implementing SCSS for the first time, but after some research and practice, I was able to get the hang of it. ๐Ÿ’ช Another challenge was ensuring that the layout was responsive across all devices, which required a lot of testing and tweaking. ๐Ÿ“ฑ

    As always, feedback is welcome and appreciated! ๐Ÿ™ I'd love to hear what you think about the project and any suggestions you might have for improvement. ๐Ÿ”

  • Submitted


    ๐Ÿš€ I just launched my React project on GitHub Pages! ๐ŸŽ‰

    ๐Ÿ’ป I built a simple ๐Ÿ’ณ order summary card component using React, learning how to create reusable components and pass in custom properties using props.

    ๐Ÿ“ฑ I also focused on responsive design, ensuring the card looks great on any screen size.

    ๐Ÿ‘€ I'm open to any feedback from the community! I hope my project can serve as a helpful example for others looking to improve their React skills. ๐Ÿ’ช

  • Submitted


    For this project, I used CSS Grid to create a 3-column card layout. By setting the display property to grid on the .card-container class, I was able to define the number of columns and rows with grid-template. The end result is a responsive and visually appealing layout that works well on a variety of screen sizes.

    Although I didn't use Flexbox in this project, I found that CSS Grid was the perfect solution for creating a card layout. The grid system allowed me to easily position the cards in the correct columns and rows without having to worry about the complexities of Flexbox. I had a great time working on this project and I hope you enjoy checking out my solution!

    If you have any questions or feedback, feel free to reach out to me. Happy coding!

  • Submitted


    This project uses Bootstrap classes to style the web page. Are there any suggestions for improving the design or layout of the page?

  • Submitted


    One of the main difficulties I faced was understanding the specificity of CSS elements and how to properly apply styles to the elements on the page. Another challenge I encountered was manipulating the DOM using JavaScript. I had to learn how to select elements and make changes to them dynamically.

    • Is there a better way to approach the specific challenges I faced during this project?
    • Are there any improvements you would suggest for my code or design?
  • Submitted


    I experimented with the Flexbox to create a responsive layout and align elements within a container. I learned about the different event listeners available in JavaScript and how to use them to create dynamic behaviour on a page. Overall, this project helped me improve my front-end development skills and gave me a better understanding of how to create interactive and responsive user interfaces. Any feedbacks would be greatly appreciated!

  • Submitted


    I had some difficulties while working on this project. One of the main challenges was understanding and implementing flexbox to properly align and position the elements on the page. However, through this project, I was able to learn and understand the different properties of flexbox, and was able to use it to create a visually appealing and responsive design. It was a great learning experience and I'm excited to apply this knowledge in my future projects.

  • Submitted


    The project was a challenging experience, especially in terms of creating a responsive design that adapts to different screen sizes and devices. I had to put in a significant effort to center the content both vertically and horizontally. I also made use of media queries to ensure optimal display across various devices.