Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
15
Comments
9

manjubhaskar02

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

  • Age-Calculator-App with Tailwind-CSS

    #tailwind-css

    manjubhaskar02•340
    Submitted over 1 year ago

    1 comment
  • TODO APP with THEME_SWITCHER

    #tailwind-css

    manjubhaskar02•340
    Submitted over 1 year ago

    0 comments
  • Interactive-Rating-Component

    #tailwind-css#animation

    manjubhaskar02•340
    Submitted over 1 year ago

    0 comments
  • Animated-Order-Summary-Component

    #tailwind-css

    manjubhaskar02•340
    Submitted almost 2 years ago

    0 comments
  • NFT-Preview-Card-Component with Overlay Effects and Drop-Shadows.

    #animation#tailwind-css

    manjubhaskar02•340
    Submitted almost 2 years ago

    0 comments
  • Fylo-Landing-Page using Tailwind CSS

    #tailwind-css

    manjubhaskar02•340
    Submitted about 2 years ago

    0 comments
View more solutions

Latest comments

  • Abdelhak elahrache•150
    @winston9797
    Submitted over 1 year ago

    Age calculator

    2
    manjubhaskar02•340
    @manjubhaskar02
    Posted over 1 year ago

    Try this one .

    function calculateAge(event) {
          event.preventDefault();
    
          const birthdateInput = document.getElementById('birthdate');
          const resultElement = document.getElementById('result');
    
    
          const birthDate = new Date(birthdateInput.value);
          const currentDate = new Date();
    
          let years = currentDate.getFullYear() - birthDate.getFullYear();
          let months = currentDate.getMonth() - birthDate.getMonth();
          let days = currentDate.getDate() - birthDate.getDate();
    
          // Adjust negative months or days
          if (days < 0) {
            months--;
            days += new Date(currentDate.getFullYear(), currentDate.getMonth(), 0).getDate();
          }
    
          if (months < 0) {
            years--;
            months += 12;
          }
    
    //and display the result.
    
    Marked as helpful
  • Pedro Rodrigues•100
    @pejamp
    Submitted over 1 year ago

    todo app using react, typescript, sass and react-beautiful-dnd

    #react#typescript#vite#sass/scss
    1
    manjubhaskar02•340
    @manjubhaskar02
    Posted over 1 year ago

    The solution is Great!

    It would be much better if you can restore the theme-switcher function.

    Marked as helpful
  • visualdennis•8,375
    @visualdenniss
    Submitted about 2 years ago

    🔥 E-Commerce Product Page in React + Lightbox Gallery + Cart 🔥

    #react#animation
    5
    manjubhaskar02•340
    @manjubhaskar02
    Posted almost 2 years ago

    Your coding works are great.

    Every project is a visual treat.

  • Augustine Asare•120
    @AustinKing5
    Submitted over 2 years ago

    NFT preview card using HTML and CSS

    #accessibility#contentful
    1
    manjubhaskar02•340
    @manjubhaskar02
    Posted almost 2 years ago

    Congratulations
    You have successfully completed the challenge.

    I have a small suggestion that you will find helpful in coming challenges.

    Try to make the body center.

    body {
    display:flex;
    flex-direction:column;
    justify-content:center;
    min-height:100vh;
    margin:auto;
    }
    
  • xyzeez•670
    @xyzeez
    Submitted about 2 years ago

    Responsie Fylo data storage component [BEM + SASS + Animation]

    #accessibility#animation#bem#sass/scss
    1
    manjubhaskar02•340
    @manjubhaskar02
    Posted about 2 years ago

    Congratulations on taking up this challenge!

    I think you can simply put this element..

    This was my code.

    HTML

     <div class="progress-bar">
            <div class="progress">
              <div class="round"></div>
            </div>
          </div>
    

    CSS

    .progress-bar {
        background-color: var(--Very-Dark-Blue);
        width: 100%;
        height: 18px;
        border-radius: 50px;
        padding: 0px 2px;
    }
    
    .progress {
        background-image: linear-gradient(to right, hsl(6, 100%, 80%), hsl(335, 100%, 65%));
        width: 75%;
        height: 16px;
        border-radius: 50px;
        position:relative;
        }
    
    .round {
        position: absolute;
        background-color: white;
        width: 15px;
        height: 15px;
        right: 0px;
        border-radius: 100%;
    }
    
    

    I think just a class round and adding its styling inside the meter element will help you.

    Hoping this would be helpful for you!

    Happy Coding Journey!

  • Jhonatan Oliveira•50
    @Jhonatandbz
    Submitted about 2 years ago

    Fylo data storage using just HTML and CSS

    1
    manjubhaskar02•340
    @manjubhaskar02
    Posted about 2 years ago

    Congratulations on taking up this challenge!

    I have a suggestion that you may find helpful

    You can use the gradient-color like this

    background-image: linear-gradient(to right, hsl(6, 100%, 80%), hsl(335, 100%, 65%));

    Happy Coding Journey!

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

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