Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
124
Comments
67
Karol
@VillageR88

All comments

  • Marcin•50
    @mprysak
    Submitted 4 months ago

    Page using flexbox

    1
    Karol•3,100
    @VillageR88
    Posted 4 months ago

    The issue with body height still persists.

  • Marcin•50
    @mprysak
    Submitted 4 months ago

    Easy page using flexbox

    1
    Karol•3,100
    @VillageR88
    Posted 4 months ago

    Inside the stylesheet, change:

    body { height: 100vh; }
    

    to

    body { min-height: 100dvh; }
    
    Marked as helpful
  • P
    BartoszMokrzycki•240
    @BartoszMokrzycki
    Submitted 4 months ago
    What are you most proud of, and what would you do differently next time?

    I’d like to present my Quiz App project, which I built using HTML, SCSS, and JavaScript. This app allows users to select quiz subjects, answer questions, and receive immediate feedback on their answers. It also includes features like light/dark mode, a progress tracker, and a responsive design to ensure a smooth experience across devices.


    If you have any feedback, suggestions, or ideas for new features, I would greatly appreciate it! Every piece of feedback is valuable and will help me grow as a developer. Thank you for checking out my project! 😊

    Frontend Quiz App using HTML/SCSS/JS

    1
    Karol•3,100
    @VillageR88
    Posted 4 months ago

    Great effort! I'm currently on my phone, but I noticed an issue with the color transition.

    Marked as helpful
  • 313radu•600
    @313radu
    Submitted 4 months ago
    What are you most proud of, and what would you do differently next time?

    🔥 🔥 🔥

    QR Code Component Main Design

    1
    Karol•3,100
    @VillageR88
    Posted 4 months ago

    313radu, thumbs up for your effort in taking a simple challenge and elevating it to the next dimension—literally! 😆

    But once again, the same responsive issues persist!

    Marked as helpful
  • Kamil Kozioł•390
    @kamilkoziol5
    Submitted 4 months ago

    Contact Form

    1
    Karol•3,100
    @VillageR88
    Posted 4 months ago

    Kamil, I've been following your solutions since the first one, and visually, they are pure gems. Your UI/UX background is evident, making your attention to layout pure gold. However, as you dive deeper into challenges, you'll inevitably face more than just layout-based issues.

    Your form element is missing labels, input IDs, and autocomplete. The input with the query should be a radio button with a proper name attribute. Also, the action doesn’t pass any information to an endpoint, but I assume this was more about the mockup.

  • 313radu•600
    @313radu
    Submitted 4 months ago

    Results Summary Component Main Design

    1
    Karol•3,100
    @VillageR88
    Posted 4 months ago

    Great effort, 313radu! You need to adjust the responsive layout, as some areas are inaccessible. Also, check for console leftovers and a meta issue.

    Marked as helpful
  • Yacoub AlDweik•3,110
    @YacoubDweik
    Submitted 4 months ago

    Loopstudios landing page

    #accessibility#react#tailwind-css#vite
    2
    Karol•3,100
    @VillageR88
    Posted 4 months ago

    You're ready for the job market!

    Just be sure to check the console for any errors.

    Marked as helpful
  • P
    sophia-see•590
    @sophia-see
    Submitted 4 months ago

    Photosnap using React, Next.js and Tailwind CSS

    #next#react#tailwind-css
    1
    Karol•3,100
    @VillageR88
    Posted 4 months ago

    Great effort! I recommend refactoring it for larger screens, as it currently appears overly stretched without clear boundaries.

    Marked as helpful
  • P
    sophia-see•590
    @sophia-see
    Submitted 4 months ago

    Dine Restaurant using React, Next.js, and Tailwind CSS

    #next#react#tailwind-css
    1
    Karol•3,100
    @VillageR88
    Posted 4 months ago

    Great job overall! 👏 However, on larger monitors, the layout feels a bit off. It would be worth adjusting the design for wider screens to maintain a polished look. Keep it up!

    Marked as helpful
  • P
    BartoszMokrzycki•240
    @BartoszMokrzycki
    Submitted 4 months ago
    What specific areas of your project would you like help with?

    Hello, I am presenting my Solar System project. I encountered the following issues:

    Data Synchronization Between Overview, Structure, and Surface When Changing Resolution (Desktop to Mobile): I am facing issues with keeping the data for Overview, Structure, and Surface in sync when the screen resolution changes, such as from desktop to mobile.

    Any help or suggestions would be greatly appreciated!

    Planets Facts | Solar system

    #sass/scss
    1
    Karol•3,100
    @VillageR88
    Posted 4 months ago

    Great job, Bartosz! If I were to tackle this challenge again, I’d opt for 100% SSG and prefetch all routes with images for instant loading and smoother navigation.

  • Yacoub AlDweik•3,110
    @YacoubDweik
    Submitted 4 months ago

    Sunnyside agency landing page

    #accessibility#react#semantic-ui#vite#lighthouse
    1
    Karol•3,100
    @VillageR88
    Posted 4 months ago

    Interesting approach! I’d suggest keeping the max width at 1440px to avoid excessive head movement on larger monitors.

    Marked as helpful
  • Georgi Tashev•820
    @xaoccc
    Submitted 4 months ago

    Loopstudios landing page

    1
    Karol•3,100
    @VillageR88
    Posted 4 months ago

    Hi, I'm currently on my phone and noticed an issue with horizontal screen overflow. You might want to check on this.

  • ronilucylucy•200
    @ronilucylucy
    Submitted 5 months ago
    What challenges did you encounter, and how did you overcome them?

    tbh responsiveness, i struggle a lot with fckn css.

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

    oh. probably responsiveness. i need really help what i am doing wrong :D

    css js html

    2
    Karol•3,100
    @VillageR88
    Posted 5 months ago

    I did this challenge again recently. Maybe you can check it out.

  • cendyz•1,070
    @cendyz
    Submitted 5 months ago

    Interactive comments section

    #tailwind-css#vite#vue#sass/scss
    2
    Karol•3,100
    @VillageR88
    Posted 5 months ago

    I did quick resolve on your sollution

    * {
    transition: background-color 150ms, color 150ms, border-color 150ms;
    }
    

    and I think it looks awesome.

    Marked as helpful
  • cendyz•1,070
    @cendyz
    Submitted 5 months ago

    Interactive comments section

    #tailwind-css#vite#vue#sass/scss
    2
    Karol•3,100
    @VillageR88
    Posted 5 months ago

    This is really nice! Maybe a subtle transition effect for the theme change could make it smoother.

    There are also some errors in the console.

    Marked as helpful
  • P
    BartoszMokrzycki•240
    @BartoszMokrzycki
    Submitted 5 months ago

    Body Mass Index Calculator

    #sass/scss
    1
    Karol•3,100
    @VillageR88
    Posted 5 months ago

    Hi Bartosz,

    Great job! Here are some minor issues to address:

    • missing main element
    • incorrect use of <label for=FORM_ELEMENT>
    • missing meta description

    Keep up the good work!

    Marked as helpful
  • ronilucylucy•200
    @ronilucylucy
    Submitted 5 months ago
    What challenges did you encounter, and how did you overcome them?

    tbh responsiveness, i struggle a lot with fckn css.

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

    oh. probably responsiveness. i need really help what i am doing wrong :D

    css js html

    2
    Karol•3,100
    @VillageR88
    Posted 5 months ago

    Hi,

    I’m checking your solution on my phone right now, and I’ll provide more detailed feedback once I’m on my PC later. For now, I can say that the solution feels a bit overcomplicated and could benefit from some refactoring.

    On mobile, some areas are going beyond the screen. A good starting point would be setting min-height: 100dvh to ensure proper scaling, then building from there. Additionally, this solution doesn’t seem to require JavaScript, as it adds an unnecessary layer of complexity.

    Looking forward to diving deeper into your work soon!

    Marked as helpful
  • P
    Nguyen Dang Khoa•1,030
    @NDK1195
    Submitted 5 months ago

    Newsletter sign-up form with success message

    #tailwind-css
    1
    Karol•3,100
    @VillageR88
    Posted 5 months ago
    • missing favicon.
    • missing meta description.
    • missing at least one <main> element.

    Good job!

    Marked as helpful
Frontend Mentor logo

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub