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

All comments

  • P
    KoalaChang•110
    @KoalaChang
    Submitted 8 months ago
    What are you most proud of, and what would you do differently next time?

    React

    This is my first time building a React project from draft, it's a little painful to make React app run locally, but I really appreciate myself for struggling to figure everything out, because now I have much more understand about how a React project runs, and how should the folder structure be.

    In this project, I use the map() function to go through a list of my social links:

    
            {links.map((button, index) => (
              
            ))}
          
    

    and for the buttons, I use a Button component to return different social link buttons back to the App.jsx file.

    function Button(props) {
      return (
        
          {props.name}
        
      );
    }
    

    CSS

    This time I try to use the concept of RWD to make a user friendly website, and though I still have some hardcoded parts, the website is more responsive than before.

    What challenges did you encounter, and how did you overcome them?

    In the process of making React app run locally, I feel really helpless because the problem I have met seems not the most "popular" question (maybe because it's a little stupid). So I tried again and again installing Vite, and the last time I installed it, I didn't simply move my file in the folder, instead I copy all my code into the native file in the my-react-app folder since it's more easier to understand how its file structure is, and thank god it works.

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

    If you are a CSS master, please help me about the responsive parts😭

    First, my CSS code still have many hardcoding part, I know there are some ways like setting the width or margin etc by percentage or rem/em, but how can I confirm the result would be exactly same as the design I want to achieve?

    Besides, for some reason my mobile version can work on my desktop browser perfectly, but the spaces between the card and the edge of screen will disappear when I open the live site on my phone.

    If you have any idea, please comment below 🥹 Thank you very much!

    Responsive social links profile with React

    #react
    1
    amnesia2k•50
    @amnesia2k
    Posted 8 months ago

    Good job using the Map() function for the social links. A very effective way instead of hardcoding every link manually.

  • jaliecac•60
    @jaliecac
    Submitted 12 months ago
    What are you most proud of, and what would you do differently next time?

    Proud of how closely it looks like the design. Next time I'll use responsive design

    Basic CSS/HTML blog preview card

    1
    amnesia2k•50
    @amnesia2k
    Posted 12 months ago

    I think this is good work but my suggestion i have is probably to align items center on the body tag so the entire card is at the center. Good job!

    Marked as helpful
  • IAmOrale•60
    @IAmOrale
    Submitted over 1 year ago
    What are you most proud of, and what would you do differently next time?

    I started learning HTML & CSS on my own not long ago, in preprations for a 4 month fullstack bootcamp starting soon. This is my 1st project here, I'm proud I was able to get it done, and that it looks pretty similar

    What challenges did you encounter, and how did you overcome them?

    It was pretty straight forward

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

    I think I'm lacking in the resposivness part of the project, would love to get some pointers threre, I'm assuming I should use some sort of @media, but I haven't really gotten to that part in my studies.

    I'd also like to know if I have any lines of code which are redundant, so I can improve on slimming down my code (E.G - a few lines of code which can be replaced by just one that does the same thing)

    My QR Code component solution

    3
    amnesia2k•50
    @amnesia2k
    Posted about 1 year ago

    The code includes semantic html, it is accessible and i think i can do better

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