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

Eduardo

@EDDuardOo-CodeMexico200 points

I like to learn new stuff and also share new ways to make software, i want to be a front-end developer

Latest solutions

  • Advice generator app


    Eduardo•200
    Submitted over 2 years ago

    1 comment
  • NFT preview card component


    Eduardo•200
    Submitted over 2 years ago

    1 comment
  • QR code component

    #accessibility

    Eduardo•200
    Submitted over 2 years ago

    2 comments

Latest comments

  • Laharl•1,000
    @UrbanskiDev
    Submitted over 2 years ago

    Advice Generator App HTML/CSS

    1
    Eduardo•200
    @EDDuardOo-Code
    Posted over 2 years ago

    Congratulations completing your challenge Urban

    if you want to show the advice when the pages load you can do that ,adding a event listener

    btnAdvice.addEventListener('click',() =>{
        getAdvice();
    }
    )
     window.onload = () =>{
        getAdvice();
    }
    

    also i like the desing and how you work with css variables, that makes changing colors a lot easier, if you want the card to be center you can use flexbox in the body, something like this

    body{
        background-color: var(--neutral-dark-blue);
      display:flex;
     justify-content:center;
    aling-items:center;
    min-height:100vh;
    }
    

    also it is better to work with classes cause we can reuse the code , id´s can get pretty heavy to work with , overall the project it is really good, hope to see more of your work and also see more of your projects , Keep going 😃👍

    Marked as helpful
  • Jason Greenwald•200
    @jaycgreenwald
    Submitted over 2 years ago

    Random advice generator using API call and Sass

    #bem#sass/scss
    1
    Eduardo•200
    @EDDuardOo-Code
    Posted over 2 years ago

    Congratulations completing your first challenge with an API

    The result it is really good, the async function works pretty well and the desing it is responsive also i like that you use Sass, and also make each part of the function wait to get the response,

    If there is something that i would point out, would be the lack of a background shadow, and maybe , that you don't put your js in a folder, but those are minor details ,

    Overall the desing and funcionability of your app it is amazing, keep the good work Hope to some more of your publications

    Marked as helpful
  • Angel Sarabia•50
    @angel200028
    Submitted over 2 years ago

    youtube

    #accessibility#next#stylus
    1
    Eduardo•200
    @EDDuardOo-Code
    Posted over 2 years ago

    Felicitaciones en terminar tu desafio de codigo

    Me parece que la estructura esta bastante bien, en cuanto al resultado final, esta bien logrado, si tuviera que mejorar algo seria tal vez el usar flex en el body para arreglar algunas lineas de codigo, algo asi:

    body{
     display:flex;
    justify-content:center;
    align-items:center;
    min-height:100vh;
    }
    

    en cuanto a las unidades que utilizaste diría que se usaran *rem * durante todo el proyecto, para hacer las cosas mas sencillas

    en general el resultado final es muy bueno espero que puedas seguir adelante y mejorar quiero ver mas de tu trabajo , sigue aprendiendo además de compartiendo 😃😃😃

    Marked as helpful
  • Benedicta Nwachukwu•30
    @symplybennie
    Submitted over 2 years ago

    qr-code-component

    #foundation#styled-components#accessibility
    3
    Eduardo•200
    @EDDuardOo-Code
    Posted over 2 years ago

    Congratulations in completing your challenge Benedicta

    Somehting that you can try it is to use your body for aling your card ,that would make you reduce the mayority of the css code and simplify your code,

    body{
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:100vh;
    }
    

    also something that you cand do, it is to use the padding to make the text wrap, usually we use padding or maring to make the text wrap or create spaces

    there is a video in which Kevin Powell talks about that topic, or you coul also see this sort video

    hope to se more of your work and good luck in your journey 😃

    Marked as helpful
  • Lucas Camilo Tymoschenko•130
    @LuTymos
    Submitted over 2 years ago
    What are you most proud of, and what would you do differently next time?

    ...

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

    ...

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

    ...

    card with QR code using Bootstrap components

    #bootstrap
    2
    Eduardo•200
    @EDDuardOo-Code
    Posted over 2 years ago

    Congratulations completing your challenge

    the result it is really good, something that you could do to improve the desing is work with rem units, instead of px units, we want to work with relative units (rem) to make the desing responsive, also you could use flex or grid to make the card responsive, you could try this code in the body body{ display:flex; justify-content:center; aling-items:center; min-height:100vh; } also the way you name your elements it is good, keep learning, hope to see more of your work

    Marked as helpful
  • Vaibhav Shete•150
    @vaibhavbshete
    Submitted over 2 years ago

    QR Code Component for Newbies

    1
    Eduardo•200
    @EDDuardOo-Code
    Posted over 2 years ago

    Congratulations completing your challenge

    About measuring the dimesions of the units, if you want a tool , photophea (it is free) it is a really good option, it works like photoshop but on the browser and there is an option to measure the images, but if you want something more profesional there is Figma

    About what measuring units are recommended, we want the desing to be responsive, usually we use rem,em ,vh or vw 1rem=16px Units and measures also if you want to change the measures here is a rem to PX calculator Calculator RemPx

    About the last question, I think you should look at your desing and compare it with the web you are building,

    keep the good work

    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

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