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

Nikhil Reddy

@NikhilReddyMandaIndia100 points

I’m a mysterious individual who has yet to fill out my bio. One thing’s for certain: I love writing front-end code!

Latest solutions

  • NFT preview card component


    Nikhil Reddy•100
    Submitted about 2 years ago

    0 comments
  • Product Preview Card Component


    Nikhil Reddy•100
    Submitted about 2 years ago

    2 comments
  • QR Code Component


    Nikhil Reddy•100
    Submitted about 2 years ago

    1 comment
  • Easybank Landing Page


    Nikhil Reddy•100
    Submitted about 4 years ago

    0 comments

Latest comments

  • AdiBhootra•10
    @AdiBhootra
    Submitted about 2 years ago

    Create page with using basic CSS properties

    #react
    1
    Nikhil Reddy•100
    @NikhilReddyManda
    Posted about 2 years ago

    Hey there 👋 Congrats on completing the project.

    Suggestions to improve it:

    1. Change the background color of the body. You can find in the style-guide.md file.
    2. Import Fonts. You can find in the style-guide.md file.
    3. Change the colors of the text.
    4. Add a shadow at the bottom of the box.

    Hope this helps✨. Happy Coding😀

  • IceMan0D•90
    @IceMan0D
    Submitted about 2 years ago

    ProductCard

    1
    Nikhil Reddy•100
    @NikhilReddyManda
    Posted about 2 years ago

    Hey there 👋. Your projects look great! I have a few suggestions though:

    1. Decrease the width of the image.
    2. Decrease the width of the text conatiner.
    3. Picture Tag 📷
    • Looks like you're currently using single image for both Desktop & Mobile devices, but we want to swap images according to their screen sizes. Luckily there's a native html element which may help us to achieve this method without need of css

    • So let me introduce the picture element.

    • The <picture> tag is commonly used for responsive images, where different image sources are provided for different screen sizes and devices, and for art direction, where different images are used for different contexts or layouts. Example:

    <picture>
    <source media="(max-width: 768px)" srcset="small-image.jpg">
    <source media="(min-width: 769px)" srcset="large-image.jpg">
    <img src="fallback-image.jpg" alt="Example image">
    </picture>
    
    • In this example, the <picture> tag contains three child elements: two <source> elements and an <img> element. The <source> elements specifies different image sources and the conditions under which they should be used.

    • Using this approach allows you to provide different images for different screen sizes without relying on CSS, and it also helps to improve page load times by reducing the size of the images that are served to the user.

    Happy Coding! 😀

    Marked as helpful
  • Alvarny•10
    @alvarnydev
    Submitted about 2 years ago

    QR Code component with Tailwind

    1
    Nikhil Reddy•100
    @NikhilReddyManda
    Posted about 2 years ago

    Hey there 👋. Your project looks great! I have a few suggestions though

    1. Change the colors of your text. If you observe the solution, heading text is in a bluish color and the description is in greyish color.
    2. Make your card component little bit bigger then it will perfectly match the solution.
    3. I recommend increasing the font size of the heading to make it look similar to the solution.

    Hope this helps ✨. Happy coding

    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