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?

    This one was pretty tough, But I think I have done a good work. Trying to provide solution for this challenge on my own.

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

    The first challenge was that the query inputs once I select one of them and submit it its background changes per the instruction. But if the person did not complete the form and change his mind to choose the other query input then both the queries are gonna show the same green background with a green border color. The other challenge that I faced was that I needed to consider too many things while working with JS.

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

    I need help on how to use JS to provide a simple solution for complex challenges. I need someone who can guide me and assign me on different projects.

  • Submitted


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

    Completing the blog preview card project from Frontend Mentor was a proud achievement. I applied my HTML and CSS skills to create a responsive and visually appealing card, overcoming challenges and gaining valuable experience in front-end development. This project showcased my dedication to learning and improving as a developer.

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

    During the blog preview card project, I faced several challenges:

    Positioning Elements: Ensuring that elements within the card were correctly positioned and aligned across different screen sizes posed a challenge. I overcame this by using CSS Flexbox to create a responsive layout that adjusted seamlessly to various devices.
    
    Styling Consistency: Maintaining consistent styling, such as typography and color schemes, required attention to detail. I addressed this challenge by creating reusable CSS classes and adopting a modular approach to styling, making it easier to maintain consistency throughout the card.
    

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

    I would like to know how to add 3D effects to my websites. And sometimes its a little bit challenging to position elements. Not getting the expected result after applying a CSS position style.

  • Submitted


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

    I am proud that I tried to challenge my self. I was working on using the position CSS property and tried to avoid the flex-box. Cause I thought that makes everything easy and trying to position the element from the containing element is a little bit challenging.

    Yet I did it and I am proud of my self.

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

    As per my expectation positioning elements using the position CSS property is a little bit difficult. And it took me a lot of time trying to position the elements and come across with a webpage that is similar to the design I was given. It was a tedious but at the same time fun process.

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

    I still need to work on this because positioning is a crucial thing when it comes to building a website.

  • Submitted


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

    What I Am Most Proud Of

    I am most proud of the responsive design and user-friendly interface of the project. Ensuring that the site looks great and functions well on various devices was a significant achievement. The careful styling using modern CSS techniques was particularly rewarding.

    What I Would Do Differently Next Time Next time, I would focus more on the initial planning and design phase to streamline the development process. I would ensure the code is well-documented from the beginning, implement more thorough testing for cross-browser compatibility, optimize performance, enhance accessibility, and engage with users earlier to gather feedback and iterate based on their input.

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

    I faced several challenges during this project. One of the main difficulties was ensuring that the layout remained responsive and looked good on various screen sizes. Achieving consistent cross-browser compatibility was also a challenge, as certain CSS properties behaved differently across different browsers. Additionally, fine-tuning the styling to achieve the desired visual effects required a lot of trial and error. Finally, making sure that the site was accessible to all users, including those with disabilities, presented its own set of challenges that I had to address.

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

    1. Responsive Design: I would appreciate guidance on advanced techniques for creating responsive layouts that work seamlessly across all devices and screen sizes.
    2. Cross-Browser Compatibility: I need help understanding best practices for ensuring that my CSS works consistently across different web browsers.
    3. Accessibility: I would like to learn more about implementing accessibility features in HTML and CSS to make my site more inclusive for users with disabilities.
    4. CSS Optimization: Tips on optimizing CSS for better performance and faster loading times would be very beneficial.
    5. Code Organization: Advice on organizing my CSS and HTML code for better readability and maintainability would be helpful.