Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
19
Comments
4

Aayush Jha

@Aayush895Mumbai, India410 points

Just started exploring this awesome world of frontend web development and trying to become better at it every day. If you have any suggestions or any work or if you want to collaborate in any project, don't hesitate to reach out.

I’m currently learning...

Currently learning Javascript (AGAIN! for the 3rd time). But this time I will not be stuck in tutorial hell and will become better at it.

Latest solutions

  • Responsive Dictionary App

    #react

    Aayush Jha•410
    Submitted 8 months ago

    I want some feedback on how to add form validation in React because it is something that I have always struggled with. That's why you will see that I added an alert popup instead of proper form validation in this solution. Also additionally, if you guys can give some feedback on how to improve the code quality and efficiency of the current code that I have written that would be helpful. And of course, if you have some additional feedback other than this which would help me further advance my existing knowledge of React and overall frontend technology that would be helpful too. Lastly, a huge thank you to everyone who will take a few minutes out of their precious time and write their feedback here. You guys are great and I appreciate your help, perspective & feedback.


    0 comments
  • A Responsive Frontend-Quiz-App built with React and Tailwind

    #react#tailwind-css

    Aayush Jha•410
    Submitted 12 months ago

    Experienced React developers, I’d love your insights on how I can improve the code quality of this project. Your valuable suggestions would be greatly appreciated. Additionally, if you could provide some resources to help me enhance my understanding of React concepts, that would be extremely helpful. Thank you!


    0 comments
  • A responsive Intro section with dropdown navigation


    Aayush Jha•410
    Submitted over 1 year ago

    0 comments
  • Responsive expense chart component with dynamic data from json file.


    Aayush Jha•410
    Submitted over 1 year ago

    0 comments
  • Responsive data storage component built with HTML and CSS


    Aayush Jha•410
    Submitted over 1 year ago

    0 comments
  • Interactive Pricing Component which is completely responsive


    Aayush Jha•410
    Submitted over 1 year ago

    0 comments
View more solutions

Latest comments

  • Kewaun•10
    @KewaunC
    Submitted over 1 year ago

    Responsive QR Code using Flexbox and some CSS

    1
    Aayush Jha•410
    @Aayush895
    Posted over 1 year ago

    The only suggestion that I can give you is to make your website responsive for all devices. Your website is working absolutely fine for mobile and desktop but I think you can make your website responsive to tablets as well. I mean to say that for tablets your component is looking a bit congested. You can always increase the width of your overall component for tablets. Other than that your website is great brother.

    Marked as helpful
  • zaram•20
    @blck-zed
    Submitted over 1 year ago

    a qr code created using html and css

    1
    Aayush Jha•410
    @Aayush895
    Posted over 1 year ago

    I think that your image is not loading properly. If I am not wrong then just doing this should be sufficient to load the image:

    <img src="/image-qr-code.png" alt="an image of a qr code" />
    

    Hope this helps to correct the mistake. Happy Coding!

    Marked as helpful
  • Rares•20
    @raresmanta
    Submitted over 1 year ago

    Solution #1

    2
    Aayush Jha•410
    @Aayush895
    Posted over 1 year ago

    Brother the reason you weren't able to center your entire component using flex is because you haven't set the 'main' element to a height of 100vh. The reason why you have to set the height of the main element as 100vh is that the align-items:center property in flex center the element relative to the specified height of the parent element. This means your result-summary component will center itself vertically relative to whatever the height is for the main component. Second of all create a div inside which you put the section and the summary component together. So the code should look something like this: HTML portion:

    <main>
         <div id="result-summary-component">
                <section>...Code for this portion...</section>
                 <div id="summary-component>...Code for this portion...</div>
          <div/>
    <main>
    

    CSS portion:

    main {
       height: 100vh;
       display: flex;
       align-items: center;
       justify-content: center;
    }
    

    The above code should center your entire result component to the center of the screen. Another suggestion would be that try to make your component responsive for different devices using the media queries in CSS. Let me know if the above snippet helps or not. Happy Coding!

    Marked as helpful
  • Alex Mdz•120
    @AlexMdz5620
    Submitted over 1 year ago

    Results Summary Component

    1
    Aayush Jha•410
    @Aayush895
    Posted over 1 year ago

    I am not an expert but am also learning about front-end web development so consider this only my opinion.

    1.) My first opinion would be to increase the overall width of the component as it seems to be a bit congested and small. 2.) My second opinion would be to increase the padding a bit for the summary component from left and right. 3.) My final opinion would be to add a hover state to the continue button.

    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

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