Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
25
Comments
28
legaz
@Legaz-le

All comments

  • Quyt•350
    @220100dungvan
    Submitted 4 days ago

    Mortgage Repayment Calculator

    1
    legaz•480
    @Legaz-le
    Posted 3 days ago

    Great job but where is logic? you need add functionality

  • Utkarsh9571•640
    @Utkarsh9571
    Submitted 26 days ago
    What are you most proud of, and what would you do differently next time?

    Well this project has a lot of part to be work on, it was a junior level challenge, but it did looks like that, i completed with help of Gemini in rendering the selected products with correct quantity.

    and now i know how to lay the data from json, update states, create counter like this one has and some level of conditional rendering.

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

    i started it in typescript, so when gemini provide the solution for rendering selected cards in the cart, i was getting a error which took a lot of time, it made me convert the files in (jsx) from (tsx) and still was not working,

    but later got a solution and i still had to convert them into (jsx) but i think it is fine.

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

    look at the code, one function in App component, it was doing everything, its also updating the counter,

    if you look at my functions to update the counter, they look a little different,

    its gemini's code, its saying that when you click of increase button, it tell the App (hey, app update the quantity by 1), believe me gemini says exactly like that, and (i'm like what the ...??) tell me how it works, and it keeps saying that it does work like that,

    i think it become some kind of automatic function which works under the hood, can anyone explain me how it works or where i can find my answers.

    Product cart list component

    #react#tailwind-css#vite#typescript
    1
    legaz•480
    @Legaz-le
    Posted 20 days ago

    Good job but you need to fix your cart it shoudn't take whole height. I would recommend you to separated the items and cart in different files and in one file just make flex and flex-col for small devices. Also another thins your items should take col-3 in width:1024px but yours take col-2 but generally it okay but need to work on layout and responsiveness for devices.

  • P
    markus•2,720
    @markuslewin
    Submitted about 1 year ago

    Galleria slideshow site

    #accessibility#react-router#typescript#vite#react
    1
    legaz•480
    @Legaz-le
    Posted 26 days ago

    great job

  • P
    BarrieDirk•680
    @barriedirk
    Submitted about 1 month ago
    What are you most proud of, and what would you do differently next time?

    This is my first time working with Astro in "serious mode", and it's ok. It's easy to understand.

    Next time, I will improve the structure of the project.

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

    When I executed the script to build the project, some CSSs, like "backdrop-filter," were removed, which was a headache and unexpected.

    For now, I have moved the CSS file into a public folder ( astro project ) while I review for a solution in the future.

    Another issue I have is the links. Because I am using GitHub pages, I needed to update the href manually.

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

    Any suggestions will be welcome

    Space tourism multi-page website (astro + tailwind-css)

    #astro#tailwind-css
    1
    legaz•480
    @Legaz-le
    Posted about 1 month ago

    Great job you need to make your navbar bigger add padding to it and with background opacity-around 60%.There issue it's might be only with me but when is page in tablet size and you click different page your screen focus on left side of page.

  • P
    turtlewords•500
    @Turtlewords
    Submitted about 1 month ago
    What are you most proud of, and what would you do differently next time?

    There were a few similar functions (progressing through sneaker pictures) that I was able to cut down by supplying the right parameters. Next time, I would like to simplify the code even more.

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

    This was the most challenging yet. Writing the JS to power the cart, picture scroll, and lightbox was probably the most challenging.

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

    Responsiveness, accuracy, accessibility, and functionality. Thank you!

    Responsive E-commerce product page with vanilla JS

    1
    legaz•480
    @Legaz-le
    Posted about 1 month ago

    Hello, your code and design looks great but shopping cart is not in right place if you have screen width over 1440px(my screen width 1903 × 919).

  • Abdoulrazak Omar Bogoreh•1,390
    @bogoreh
    Submitted 4 months ago

    Tip calculator app

    1
    legaz•480
    @Legaz-le
    Posted about 1 month ago

    great job but i container not in the center of screen i have over 1440px.It's mostly on the left side of screen that's only issue with it.

  • yrjeb•550
    @yrjeb
    Submitted about 1 month ago

    Bookmark Landing Page

    #react
    1
    legaz•480
    @Legaz-le
    Posted about 1 month ago

    good job

  • Tonye Hugo Onuoha•560
    @Tonye-Onuoha
    Submitted about 1 month ago
    What are you most proud of, and what would you do differently next time?

    I am most proud of my ability to complete this project.

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

    From a layout perspective it wasn't as straightforward as I expected it to be, perhaps because there were too many images to work with. I simply underestimated how long it would take me to complete it.

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

    Even though it looks good, the length of my bottom borders in the navigation links hover-state isn't as short as the one in the design specs, perhaps someone can let me know how to achieve the desired result.

    Loopstudios-Landing-Page Solution

    1
    legaz•480
    @Legaz-le
    Posted about 1 month ago

    you need to add some marging between header and main and also footer because everything looks kinda squeezed and also you forget to add layout(gradient) for projects-content__card and lastly you need align projects-content__title on left side.

  • Tonny Blair•470
    @Tonny-Blair-Daniel
    Submitted about 2 months ago

    Room Homepage

    1
    legaz•480
    @Legaz-le
    Posted about 1 month ago

    you need fix you you arrows and picture size.you don't need align-items:center and justify-content: center,use display:flex and picture-side should be width: 60% and body should be width:40% and you can display bottom with grid(30% 40% 30%) it's going to fix layout.I also recommend to stop use 60vh for header and after that you can fix font-size,padding.

    Marked as helpful
  • Thiago Correa•350
    @ThiagoBRG60
    Submitted over 1 year ago

    Responsive Loopstudios Landing Page

    1
    legaz•480
    @Legaz-le
    Posted about 1 month ago

    i can't access webiste or github

  • Fikerte Tesfaye•300
    @Fikerte-T
    Submitted about 1 month ago

    results summary component

    1
    legaz•480
    @Legaz-le
    Posted about 1 month ago

    good job

  • Akiosi Abdulafeez Gbenga•10
    @Itz-Snow
    Submitted about 2 months ago

    NFT Preview Card – Responsive Design with HTML & CSS

    1
    legaz•480
    @Legaz-le
    Posted about 1 month ago

    great job

  • feldspar58•350
    @feldspar58
    Submitted about 2 months ago

    ecommerce-product-page-main

    1
    legaz•480
    @Legaz-le
    Posted about 1 month ago

    good

  • Sumaiya Kawsar•760
    @sumaiyakawsar
    Submitted about 2 months ago

    News Homepage using Grid

    #react#sass/scss
    1
    legaz•480
    @Legaz-le
    Posted about 2 months ago

    great job

  • Gulnur Suleymanova•230
    @GulnurSuleymanova
    Submitted about 2 months ago

    Contact Form

    1
    legaz•480
    @Legaz-le
    Posted about 2 months ago

    need to display box-sizing: border-box; and have at least max-width: 650px; Query Type just need to wrapp input with div to make input look.

  • P
    GeraASM•530
    @GeraASM
    Submitted about 2 months ago
    What are you most proud of, and what would you do differently next time?

    The next time i'll study about the events, and not implement many classes, i give more order in my css next time. I learnt new concepts in the subclasses like :disabled

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

    I had problems in the part valid errors in the script and events

    I verified first the erros and then the correct answers

    1
    legaz•480
    @Legaz-le
    Posted about 2 months ago

    great job

  • KKen007•570
    @KKen007
    Submitted about 2 months ago

    time-tracking-dashboard-main

    1
    legaz•480
    @Legaz-le
    Posted about 2 months ago

    great job

  • Katia•290
    @ktzazz
    Submitted about 2 months ago

    FAQs-accordion-thirteen

    1
    legaz•480
    @Legaz-le
    Posted about 2 months ago

    nice job

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

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