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 time i didn't want it to be pixel perfect, bc my focus is not this anymore, i'm trying to learn about interaction in websites more, thx

  • Submitted


    There's a border-radius problem in my project, it's not working, i handled it with a overflow:hidden; but it's not the best practice i guees, meanwhile, i couldn't find the root of this problem, can you help me? thanks

  • Submitted


    1. Layout and Styling:

      • Did the layout and styling of the order summary card match the provided design closely?
      • Were there any specific styling challenges you noticed? How did you approach them?
      • Did you find any inconsistencies in spacing, fonts, or colors that could be improved?
    2. Responsive Design:

      • How well does the order summary card respond to different screen sizes? Were there any issues on mobile or desktop views?
      • Did you use any specific techniques like Flexbox or CSS Grid to achieve responsiveness?
      • Are there any improvements you'd suggest to enhance the overall responsive experience?
    3. Code Organization:

      • Is the HTML structured logically and semantically?
      • How did you manage your CSS code? Did you use any methodologies like BEM or utility classes?
      • Are there ways I could improve the organization of my code to make it more maintainable?
    4. Interactive Elements:

      • Did the hover states for interactive elements work as expected?
      • Did you find any interactive elements that could benefit from additional user feedback or visual cues?
    5. Accessibility:

      • Did you consider accessibility principles while building the card? Are there any improvements that could be made to enhance accessibility?
    6. Learning Experience:

      • What did you think about my approach to building this challenge? Are there alternative methods you would suggest?
      • Did you encounter any difficulties while reviewing the code or interacting with the card?
    7. Additional Features:

      • Did you think about any extra features that could be added to enhance the card's functionality or aesthetics?
    8. Code Efficiency and Performance:

      • Did you notice any areas where the code could be optimized for better performance or reduced redundancy?
      • Are there any best practices related to HTML/CSS that you'd recommend following?
    9. Overall Impression:

      • How visually appealing is the final card? Were there any design decisions that particularly caught your attention?
      • Do you have any general suggestions for improvement or areas where you think I excelled?
    10. Future Development:

      • Are there specific areas or concepts you think I should focus on for future development?
      • Are there any resources or learning materials you'd recommend to enhance my HTML/CSS skills?
  • Submitted


    Hello fellow designers and developers,

    I'm thrilled to present to you my solution for the Product Preview Card Component challenge on Frontend Mentor. As a passionate front-end web developer with years of experience, I've put my skills to the test to create a visually appealing and functional product preview card. Now, I'm seeking your valuable feedback to make it even better. Could you please take a moment to answer the following questions?

    • Design Charm: What aspects of the product card's design do you find visually captivating? Feel free to share your thoughts on the color palette, typography, arrangement, and any other design elements that caught your eye.

    • Navigation Ease: While interacting with the card, did you encounter any challenges in terms of navigation? If you did, I'd greatly appreciate it if you could elaborate on the difficulties you faced. This will enable me to identify any user experience hurdles.

    • Impressive Features: Were there any specific features or functionalities in the card that you found particularly useful or innovative? Your insights into what resonated with you in terms of interactivity and user engagement would be tremendously valuable.

    • User Experience Boost: In terms of user experience, what suggestions do you have to enhance the card's usability? Whether it's about optimizing the layout, improving the responsiveness, or refining the information flow, I'm eager to hear your thoughts.

    • Performance Evaluation: How would you rate the performance of the product card in terms of loading speed and responsiveness? Did you notice any delays or inconsistencies while testing it on different devices? Your feedback on performance will contribute to a seamless user experience.

    • Areas for Advancement: Were there any areas where you believe further enhancements could be made? Whether it's about refining the product details, fine-tuning animations, or any other aspect, your insights are highly valued.

    I genuinely appreciate your input as it will guide me in refining this product preview card to meet the highest standards. Feel free to share your thoughts openly, and if you have additional comments or suggestions beyond the questions listed above, please don't hesitate to share them.

    Thank you for taking the time to review my solution. Your feedback is incredibly valuable, and I'm excited to learn from your perspectives.

  • Submitted


    Hey everyone,

    I recently completed the NFT Preview Card Component challenge on Frontend Mentor and would really appreciate your feedback on my solution. I faced a few challenges along the way and would love to hear your thoughts and insights. If you could take a moment to provide feedback, I'd be extremely grateful!

    • What were the main difficulties you encountered while building the project?

    Did you face any design or layout challenges? How did you tackle them?

    • Could you take a look at my code and let me know if there are any areas you think could be improved?

    I'm particularly interested in getting feedback on my codebase. Is there anything that could be optimized or refactored?

    • Do you have any suggestions for best practices that I might have missed?

    If you spot any coding practices that I could improve on, I'd love to hear your suggestions.

    • I'd love to know how you approach making components responsive. Any tips or techniques you use?

    Responsive design is essential, and I'd appreciate insights into your approach for achieving it effectively.

    • I implemented certain hover effects in my project. What do you think of them and do you have any suggestions for improvement?

    Feel free to share your thoughts on the hover effects I added. Any ideas for enhancing user interaction would be awesome!

    • Did you come across any helpful resources that you'd recommend for projects like this?

    Whether it's related to design inspiration, coding techniques, or learning new concepts, I'd be grateful for any resources you found valuable.

    I can't thank you enough for your time and feedback. Your insights will help me grow as a developer, and I'm excited to hear what you think!

  • Submitted


    Hello fellow developers! I'm excited to share my solution for the Results summary component challenge. While working on this project, I encountered a few areas where I could use some feedback and guidance. If anyone could spare a moment to provide insights on the following points, I would greatly appreciate it:

    • Accessibility and Usability: I've tried my best to implement hover and focus states for interactive elements. However, I'm not entirely confident about ensuring the best accessibility and usability practices. Are there any improvements I could make to enhance the overall user experience?

    • Dynamic Content: I've used the Fetch API to dynamically populate content from the provided JSON data. Is there a better approach or best practice for handling dynamic content that I should consider?

    • Responsive Design: I aimed to make the component responsive across different screen sizes, but I'm not sure if there are any improvements I could make to enhance the responsive behavior. Any feedback on the responsiveness of the component would be valuable.

    • CSS Styling: While I tried to follow best practices for CSS naming and organization, I'm open to suggestions on improving my approach. Are there any opportunities to optimize or better structure my CSS code?

    • Code Clarity: As a newbie in JavaScript, I've broken down the JavaScript code into smaller steps to make it more manageable. However, if there are any parts that could be further simplified or optimized, I'd love to learn how.

    Thank you all for taking the time to review my solution! Your feedback will be incredibly valuable as I continue to grow and improve as a front-end developer. Feel free to share any other observations or advice you think might be helpful. I'm looking forward to hearing from you!

  • Submitted


    1. Difficulty and Challenges:

      • What aspects of the project do you think might be challenging for newcomers like me?
      • Were there any particular parts of the project that you found difficult to tackle?
    2. Code Review:

      • I'd appreciate any feedback on my approach to responsive design using Flexbox and CSS Grid. Are there better ways to achieve the layout?
      • Could you please review my use of custom properties (CSS variables) for color and font styling? Are there any improvements I could make?
    3. Best Practices:

      • Do you have any suggestions for improving the accessibility of the QR code component?
      • Are there any best practices I should be following that I might have missed?
    4. Learning Opportunities:

      • Do you have any recommendations for resources or tutorials that could help me deepen my understanding of responsive design and CSS techniques?
      • Are there any concepts or techniques you've noticed that I could learn more about to enhance my future projects?
    5. Future Improvements:

      • While working on this project, I was trying to balance aesthetics and functionality. Do you have suggestions on how I can further refine this balance?
      • Are there any specific features or enhancements you think would add value to the QR code component?
    6. Continued Development:

      • In the context of future projects, how can I enhance my workflow to become more efficient and organized in my development process?
    7. Feedback on Documentation:

      • I've documented my process and learnings in this README. Is there anything else you would recommend adding or modifying for clarity?

    Thank you all for taking the time to review my project and provide feedback. Your insights are highly valuable to me as I continue to grow as a front-end developer!