Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
12
Comments
30

Grzegorz Sterczewski

@gsterczewskiPoland680 points

I'm self-taught developer from Poland, equally interested in front end and back end sides of web development.

I’m currently learning...

Front end : Tailwind, Vue. Back end: PHP8, Laravel.

Latest solutions

  • Memory game made with Vue and Typescript

    #vite#vitest#vue#typescript

    Grzegorz Sterczewski•680
    Submitted about 1 year ago
    1. Code structure and OOP approach in src/core
    2. Any tips on responsiveness, especially css units and breakpoints.
    3. Vue code structure. I don't know if placing styling and logic in App.vue is acceptable, or should I perhaps move styling and logic somewhere else.
    4. Overall tips on organizing code.
    5. Any feedback is highly appreciated.

    0 comments
  • Pure HTML and CSS


    Grzegorz Sterczewski•680
    Submitted almost 4 years ago

    0 comments
  • Rock, paper,scissors (extended) built with Vue and Sass.


    Grzegorz Sterczewski•680
    Submitted almost 4 years ago

    1 comment
  • Mobile first, simple animations (HTML,CSS,JS, VITE)


    Grzegorz Sterczewski•680
    Submitted almost 4 years ago

    0 comments
  • React JS, Typescript


    Grzegorz Sterczewski•680
    Submitted about 4 years ago

    2 comments
  • React (with hooks), css, webpack, sortable.js


    Grzegorz Sterczewski•680
    Submitted over 4 years ago

    0 comments
View more solutions

Latest comments

  • Julius Macharia•100
    @MashaKE254
    Submitted about 1 year ago
    What are you most proud of, and what would you do differently next time?

    Could be better but i think the use of Divs.

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

    Designing the last part I used divs and border-bottoms but I know there is a better method. If you know please tell me

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

    The bottom part.

    Recipe Page using HTML and CSS

    1
    Grzegorz Sterczewski•680
    @gsterczewski
    Posted about 1 year ago

    Hey @Jumanji-21, regarding that bottom part, main problem is setting fixed height on .container class.

      width: 800px;
      height: 2130px;
      border-radius: 12px;
      background-color: hsl(0, 0%, 100%);
      padding: 25px;
      margin-bottom: 50px;
    }
    

    Remove it, and it should fix your overflow problem. Try to avoid setting height on elements, and if you have to do it consider relative units.

    Good luck!

  • Kareem Ahmed•40
    @kiko19
    Submitted about 1 year ago
    What are you most proud of, and what would you do differently next time?

    being able to work under pressure

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

    creating the project in short time

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

    i think till now nothing , cuz the project was very easy

    display:flex ; responsive web design as @media screen ;

    1
    Grzegorz Sterczewski•680
    @gsterczewski
    Posted about 1 year ago

    Hey @kiko19 congratulations on completing this challenge 👏.

    I've noticed a one thing you could improve. Make sure your headings are in order, right now you have h3 before h2. Check this article for reference

    Once again, congratulations on your work.

    Best of luck! 🤞

  • Anna•190
    @aproskur
    Submitted about 1 year ago
    What are you most proud of, and what would you do differently next time?

    I used styled components for the first time. Next time I'll minimize the use of unnecessary nested styled components, preferring instead to style simple tags within them. Overall, I liked the flexibility styled components offered for dynamically changing styles.

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

    Ensuring responsive design for both small and large screens presented the most significant challenges for me

    Matching pairs game using React.js and styled-components

    #react#styled-components
    1
    Grzegorz Sterczewski•680
    @gsterczewski
    Posted about 1 year ago

    Hey Anna congratulations on completing this challenge 👏.

    I noticed a few things you could improve, I'll address a few of them.

    • On the desktop I see an unnecessary horizontal scrollbar. This is because you set overflow:scroll in the page_gameContainer... class. Removing this rule should solve this particular problem.
    • Consider adding height:100% to body and perhaps page_gameContainer to fill 100% of the height on the desktop.
    • You may also want to consider using button instead of div for clickable elements, this will improve accessibility and allow the game to be controlled using the keyboard.

    Once again, congratulations on your work. Best of luck!

    Marked as helpful
  • Андрій Рогов•1,155
    @Andrii-Rohov
    Submitted almost 4 years ago

    HTML & SCSS and JS for mobile menu

    2
    Grzegorz Sterczewski•680
    @gsterczewski
    Posted almost 4 years ago

    Hello Andrii-Rohov 👋, my name is Grzegorz.

    Your solution looks super awesome on desktop, and it's alomost pixel-perfect with the design.

    One thing to check it's the responsiveness on screen width < 768px, because right now your layout does not fit on the screen.

    I'm sure it is just a small overlook.

    Overall, I am impressed with your work and animations that you add.

    Keep up the good work! 💪

    See you on the coding trail 😉

    Cheers!

    Marked as helpful
  • vishal wankhade•495
    @Vishal-wankhade
    Submitted almost 4 years ago

    stats preview card-component main challenge solution using Html & css

    2
    Grzegorz Sterczewski•680
    @gsterczewski
    Posted almost 4 years ago

    Hello Vishal-wankhade 👋, my name is Grzegorz.

    I think you set incorrect url for background-image, for now it doesn't show up.

    I would also rethink usage empty article for displaying image as a background.

    article should be used for displaying stand-alone content, right now there is no content at all. Perhaps img element would be more suitable here.

    I hope this will be helpfull to You.

    Keep up the good work! 💪

    See you on the coding trail 😉

    Cheers!

    Marked as helpful
  • Chandra Shekhar Pawar•110
    @Shekharpawar1
    Submitted almost 4 years ago

    faq card

    1
    Grzegorz Sterczewski•680
    @gsterczewski
    Posted almost 4 years ago

    Hello Shekharpawar1 👋, my name is Grzegorz.

    Regarding your question, you can set overfow: hidden on your container.

    I hope this will be helpfull to You.

    Keep up the good work! 💪

    See you on the coding trail 😉

    Cheers!

View more comments
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

Beta Member

This badge is a shoutout to the early members of our community. They've been around since the early days, putting up with (and reporting!) bugs and adjusting to big UX overhauls!

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