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

Abhilashpandey

@freakyjonesindia270 points

i am a front end developer and designer looking for cool design as inspiration and also developing them.......

Latest solutions

  • Reponsive navigation using html and css

    #accessibility

    Abhilashpandey•270
    Submitted almost 3 years ago

    1 comment
  • Responsive testimonial section with grid

    #accessibility

    Abhilashpandey•270
    Submitted almost 3 years ago

    1 comment
  • Responsive chart component using sass

    #sass/scss#gulp

    Abhilashpandey•270
    Submitted almost 3 years ago

    0 comments
  • Responsive component using flexbox

    #accessibility

    Abhilashpandey•270
    Submitted about 3 years ago

    1 comment

Latest comments

  • Vodina Efem•120
    @Simplyvoda
    Submitted almost 3 years ago

    Advice generator app

    #sass/scss
    2
    Abhilashpandey•270
    @freakyjones
    Posted almost 3 years ago

    Hi Vodina,

    ** congrats on fetching data through API 🎉🎉🎉**

    I just saw your code and here is one suggestion for you. Always handle errors on your API calls

        fetch('https://api.adviceslip.com/advice').then((data) => {
            // console.log(data);
            return data.json();
        }).then((adviceData) => {
            // console.log(adviceData.slip.id);
            document.getElementById('advice-id').innerHTML = adviceData.slip.id;
            // console.log(adviceData.slip.advice);
            document.getElementById('advice-box').innerHTML = adviceData.slip.advice;
    
        }).catch((err)=>{ 
            console.log("do whatever you want with this error", err)
        })
    

    Hope this helps, Thanks Happy coding :)

    Marked as helpful
  • Rimsha•240
    @rimshub
    Submitted almost 3 years ago

    REST Countries API with color theme switcher - React, Bootstrap v5

    #bootstrap#react#accessibility
    1
    Abhilashpandey•270
    @freakyjones
    Posted almost 3 years ago

    Hi Rimsha congrats on completing the challenge 🎉🎉

    your website looks just like the design. while reviewing your website, one mistake caught my eye, the filter by region dropdown list item cursor is not a pointer.

    Happy coding :)

  • P
    Fran Sanabria•90
    @Fran-Sanabria
    Submitted almost 3 years ago

    QR component solution

    2
    Abhilashpandey•270
    @freakyjones
    Posted almost 3 years ago

    Hi Fran,

    congratulation on completing the challenge

    I just saw your code and like to give my one suggestion with your permission,

    1. Rather than using media queries throughout your CSS file you can put all your code related to that responsiveness in one place, It will be much cleaner and you have your particular device code in place.
    @media screen and (min-width:950px) {
        img{
            height: 268px;
            width: 268px;
        },
        h1{
            font-size: 21px;
        }
    }
    

    I hope it helps, Thanks. Happy coding :)

  • Michael East•40
    @MrEasty94
    Submitted almost 3 years ago

    Perfume Product Preview Card

    2
    Abhilashpandey•270
    @freakyjones
    Posted almost 3 years ago

    Hi Michael,

    congratulation on completing the challenge

    I just saw your code and like to give you one suggestion

    1. instead of using an anchor tag on add cart, a button tag will be a better option for accessibility.

    I hope it helps, Thanks Happy coding :)

  • Paula Carlech•110
    @Paula-Carlech
    Submitted almost 3 years ago

    Expenses Chart Solution. HTML, CSS and JavaScript

    3
    Abhilashpandey•270
    @freakyjones
    Posted almost 3 years ago

    Hi Paula,

    congratulation on completing the challenge

    I just saw your code and like to give some suggestions with your permission,

    1. you can add another key to every object in the data.json and then map it for every bar so that you can change the color of the bars.

    2. Start using semantic HTML in your code. Here is a blog for you to get started with semantic HTML. https://www.simplilearn.com/tutorials/html-tutorial/html-semantics

    If you want to know how to do this with only Js you can check out my solution.

    I hope it helps, Thanks happy coding :)

    Marked as helpful
  • C Lewis•110
    @casserole27
    Submitted almost 3 years ago

    Social Proof Section using vanilla CSS and Flexbox.

    3
    Abhilashpandey•270
    @freakyjones
    Posted almost 3 years ago

    Hello Clewis,

    congratulation on completing the challenge. I just saw your code, Here is my one suggestion that may help you in the future.

    Use of universal operator to get rid of the default browser Style instead of using margin:0, padding:0 for every device

    *{
      margin:0;
      padding:0;
     box-sizing:border-box
    }
    

    I hope it helps, Thanks Happy coding :)

    Marked as helpful
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