Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
26
Comments
28
Jehan Carlos Hurtado Guerrero
@Jank1510

All comments

  • Neer Bdr. Shrestha•160
    @Neer-Shrestha
    Submitted over 2 years ago

    Todo Web App

    1
    Jehan Carlos Hurtado Guerrero•720
    @Jank1510
    Posted over 2 years ago

    Hello, congratulations on finishing the challenge! I noticed that the app is not filtering the active todo correctly, as it is showing me the same results as the 'view all' option. Additionally, I recommend adding this CSS code to the <ul/> tag that contains the todos so that the content does not get too long on the screen when there are many todos: max-height: 70vh; overflow-y: scroll;.

  • Jary Cruz•800
    @JaryCruz
    Submitted over 2 years ago

    Responsive E-Commerce Page

    #accessibility#backbone
    1
    Jehan Carlos Hurtado Guerrero•720
    @Jank1510
    Posted over 2 years ago

    Hello, congratulations on finishing the challenge! Some recommendations I would like to give you are to use outline: 2px solid var(--orange); instead of border: 2px solid var(--orange); in .profile-img:hover so that it does not affect the design composition when you add the border. And regarding accessibility errors, I recommend using <div/> instead of <button/>.

    Marked as helpful
  • Nelson•2,390
    @nelsonleone
    Submitted over 2 years ago

    Todo-App-Main (React built, Sass Styled)

    #redux-toolkit#sass/scss#accessibility
    1
    Jehan Carlos Hurtado Guerrero•720
    @Jank1510
    Posted over 2 years ago

    Hello, your challenge is really great, but I noticed a bug when I mark a to-do as "completed" in the "all" or "completed" section, as they are automatically deleted.

  • Muhammad Owais•250
    @ProgrammerOwais
    Submitted over 2 years ago

    Calculator App only by using HTML/CSS/JavaScript

    #animation#theme-ui#jest
    2
    Jehan Carlos Hurtado Guerrero•720
    @Jank1510
    Posted over 2 years ago

    Hi friend, Congratulations for finish this challenge.

    The div .container you can to replace for a tags main for avoid the landmark errors.That error is for not using the tags required for a good layout in html

    Marked as helpful
  • tarik310•230
    @tarik310
    Submitted over 3 years ago

    HTML and CSS using animation

    1
    Jehan Carlos Hurtado Guerrero•720
    @Jank1510
    Posted over 3 years ago

    Hola Tarik310

    Felicidades por terminar el reto !

    Te recomiendo cambiar las etiquetas <div class="content"> por la etiqueta <Main> y la etiqueta <div class="text"> por la etiqueta <footer> . A las etiquetas <img> te recomiendo llenar también el atributo alt="" por ejemplo alt="perfil"

    Y así evitar algunos errores en landmarks

    Buen trabajo y suerte!

  • Bhone Pyae Kyaw•410
    @bhonePyae99
    Submitted over 3 years ago

    rock paper scissors game using react and tailwind css

    #react#tailwind-css
    2
    Jehan Carlos Hurtado Guerrero•720
    @Jank1510
    Posted over 3 years ago

    Buen trabajo ¡

    Me anime y empezare ah realizar este reto también ¡

  • Timotei Dumitru•70
    @timoteidumitru
    Submitted over 3 years ago

    I've made use of React with: Axios, StyledComponents and FontAwesome

    #react#axios
    2
    Jehan Carlos Hurtado Guerrero•720
    @Jank1510
    Posted over 3 years ago

    Creo que te equivocaste de Challenge

  • Burak•380
    @BurakOzcancf
    Submitted over 3 years ago

    Advice-generator-app-main

    1
    Jehan Carlos Hurtado Guerrero•720
    @Jank1510
    Posted over 3 years ago

    Hi @BaurakOzcancf !

    Nice job! I'm going to add this challenge to my profile. I loved it

    Marked as helpful
  • RITIK PARTE•80
    @ritikparte01
    Submitted over 3 years ago

    nft-preview-card-component

    #webpack#itcss
    2
    Jehan Carlos Hurtado Guerrero•720
    @Jank1510
    Posted over 3 years ago

    !Hello ritikparte01

    Congratulations on finishing the challenge.

    I recommend you change the label​

    <​div​ ​class​="​card​"​></div>

    for the label

    <main class="card"></main>

    Or write it this way

    <div role="main" class="card"></div>

    And enclose the attribution tag like this

    <footer>​ <​div​ ​class​="​attribution​"​> </footer>

    To avoid landmark errors

    good job and good luck !

  • Rafaella•10
    @RafaellaSSouza
    Submitted over 3 years ago

    Only html and css

    2
    Jehan Carlos Hurtado Guerrero•720
    @Jank1510
    Posted over 3 years ago

    Hello @RafaellaSSouza

    Congratulations on finishing the challenge!

    I recommend you change the label

    <div class="cardcard"></div>

    for the label

    <main></main>

    To remove the annoying Landmarks bug

    Good job and good luck!

  • Sarah Arvin•80
    @Sarah-C-Arvin
    Submitted over 3 years ago

    NFT preview card challenge using HTML/CSS flexbox

    2
    Jehan Carlos Hurtado Guerrero•720
    @Jank1510
    Posted over 3 years ago

    Hello Sarah-C-Arvin

    Congratulations on finishing the challenge!

    Your challenge page doesn't work because your GitHub project is inside a folder... And GitHub Pages doesn't work if your index.html is inside a folder... So what you have to do is check out your project from that folder and upload it again.

    good job and good luck

    Marked as helpful
  • Carlos Ortiz•50
    @Karlof99
    Submitted over 3 years ago

    I used in this NFT card HTML, CSS as well as Flexbox.

    #accessibility
    3
    Jehan Carlos Hurtado Guerrero•720
    @Jank1510
    Posted over 3 years ago

    Hello Karlof99

    Congratulations on finishing the challenge !.

    Regarding your question, the header is mostly used when creating a navbar or something similar, you don't need to put it in the code, it won't help you.

    When you see the code it leaves you a recommendation, in the width of the card put a width in this way

    .card {

     Width: Max(20%, 20rem); 
    

    }

    Instead of​

    .​card​ {

      width: 20%;
    

    }

    Since the view of your card on mobile devices looks very thin

    And if you want to have a good order in your project, I recommend that you create a folder to save the image files, the default name is "assets" and you omit the index.html and the style.css.

    good job in advance and good luck!

    Marked as helpful
  • Sandhya Kumari•70
    @Sandhya312
    Submitted over 3 years ago

    Responsive Social-proof-section using CSS Grid

    1
    Jehan Carlos Hurtado Guerrero•720
    @Jank1510
    Posted over 3 years ago

    Good job !

  • ViicDev ☪︎•370
    @ViicDev
    Submitted over 3 years ago

    Music Requests

    1
    Jehan Carlos Hurtado Guerrero•720
    @Jank1510
    Posted over 3 years ago

    Hello Pythagora Strike!

    Congratulations on finishing the challenge. In order not to have those errors, I recommend you to put the alternative text to the img tag in the following way, for example <img src="./material/images/hero-illustration.svg" alt="hero-illustration" class="overlay__img"> good luck next time

    good job !

  • Sandhya Kumari•70
    @Sandhya312
    Submitted over 3 years ago

    Responsive profile-card-component

    1
    Jehan Carlos Hurtado Guerrero•720
    @Jank1510
    Posted over 3 years ago

    hi Sandhya312

    Congratulations on finishing the challenge.

    If you don't want to have errors in Accessibility, change <div class="container"><\div> tag to <main><\main> tag or else you can add main role <div class="container" role="main"><\div> I leave you my congratulations

    good job

    Marked as helpful
  • andres felipe•70
    @felipecaos1
    Submitted over 3 years ago

    Ecomerce-Product-page con jQuery, CSS grid, CSS flex

    #jquery
    1
    Jehan Carlos Hurtado Guerrero•720
    @Jank1510
    Posted over 3 years ago

    Hola Felipe

    Felicidades por finalizar el reto

    Una observación, cuando entro con la interfaz de teléfono al llegar a la última imagen no deja regresar a las otras. Y la notificación en la escritorio sale demasiado abajo cuando se cambian el tamaño de pantalla.. cabe decir que es un buen trabajo y dejo mis felicitaciones

    Pd: primera persona en la comunidad que encuentro hablando español 😁

    Buen trabajo 🤞

    Marked as helpful
  • Suatcan•50
    @suatcg
    Submitted over 3 years ago

    Order Card

    1
    Jehan Carlos Hurtado Guerrero•720
    @Jank1510
    Posted over 3 years ago

    Hello Suatcan!

    congratulations on finishing the challenge

    reaction: A recommendation so that you do not get accessibility errors is that you change the <section> tag of your code for the <main> tag or a div with main role <div role="main"></div>

    good job!

    Marked as helpful
  • 👾 Ekaterine Mitagvaria 👾•7,860
    @catherineisonline
    Submitted over 3 years ago

    QR code component

    20
    Jehan Carlos Hurtado Guerrero•720
    @Jank1510
    Posted over 3 years ago

    Woof! Great job

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

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