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

Neel Barvaliya

@NeilNeelIndia170 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

  • expenses chart component

    #chart-js

    Neel Barvaliya•170
    Submitted about 1 year ago

    0 comments
  • Sunnyside agency landing page


    Neel Barvaliya•170
    Submitted about 1 year ago

    0 comments
  • Interactive-card-form

    #tailwind-css

    Neel Barvaliya•170
    Submitted about 1 year ago

    0 comments
  • Age Calculator

    #jss

    Neel Barvaliya•170
    Submitted about 1 year ago

    0 comments
  • Recipe-page-restaurant


    Neel Barvaliya•170
    Submitted about 1 year ago

    0 comments
  • Frontend-mentor-Blog-preview-card


    Neel Barvaliya•170
    Submitted over 1 year ago

    2 comments
View more solutions

Latest comments

  • Peter Wahu•260
    @Pe-te-r
    Submitted about 1 year ago
    What challenges did you encounter, and how did you overcome them?

    how to align items to the center of the page without using flex and grid, i later learnt that i can use margin auto to display at the center

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

    Under the order list,how do i color numbers

    Simple css styling on html div elements for a better looking page.

    2
    Neel Barvaliya•170
    @NeilNeel
    Posted about 1 year ago

    Hey there! 👋 Noticed you haven't implemented the radius feature yet. No worries, adding radius to your elements can give your design a polished and modern look. Here's a quick example of how you can create a radius effect using CSS:

    .element {
      border-radius: 10px; /* Adjust the value to change the radius */
    }
    
    Marked as helpful
  • John Denver•290
    @jbidz
    Submitted about 1 year ago

    EXPENSES CHART COMPONENT

    1
    Neel Barvaliya•170
    @NeilNeel
    Posted about 1 year ago

    You should have used the Chart.js API for generating the graph; it would have been easy.

  • gracepal•430
    @gracepal
    Submitted about 1 year ago
    What specific areas of your project would you like help with?

    Hello! The gradient background and the real-time updating is a mystery. I will revisit these features in the next iteration.

    Interactive card details form

    1
    Neel Barvaliya•170
    @NeilNeel
    Posted about 1 year ago

    I noticed your solution and wanted to offer a suggestion for real-time updates on the card. You can achieve this by using the addEventListener method with the input event. This way, whenever the user types anything, it will be directly visible on the card without the need for additional interactions.

    Here's an example of how you can implement it:

    // Assuming 'inputElement' is your input field and 'cardElement' is your card element
    inputElement.addEventListener('input', function(event) {
      // Update the text content of the card element with the value from the input field
      cardElement.textContent = event.target.value;
    });
    
    Marked as helpful
  • marina•50
    @ladymarina08
    Submitted about 1 year ago

    html e css

    1
    Neel Barvaliya•170
    @NeilNeel
    Posted about 1 year ago

    @ladymarina08, great solution! 👍 The functionality works well. However, I noticed that all the content is currently aligned to the left side of the page. To improve the visual presentation, consider adding the following CSS styles:

    body {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    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