Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
24
Comments
16
Terez Lagova
@TerezL

All comments

  • TCO932•230
    @TCO932
    Submitted 10 months ago

    E-commerce product page

    1
    Terez Lagova•410
    @TerezL
    Posted 10 months ago

    Great job! your code works really well, only issue is that your product picture is not align properly and covers navbar a little bit. overal you did a great job

  • P
    Srijan Manandhar•450
    @srijanss
    Submitted 11 months ago
    What are you most proud of, and what would you do differently next time?
    • I learned about different aria attributes and its use cases
    • I learned about the transition CSS property that I used for opening and closing the nav menu
    • I also learned about how to set and remove focus on the element programatically using tabindex
    What challenges did you encounter, and how did you overcome them?

    I had some issue with remove focus on nav links when nav is not visible on mobile devices. Then I found out that settings tabindex = -1 will not focus the element and this can be done using JS. And for screen readers we need to set aria-hidden attribute to true.

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

    Any feedback is welcome, especially regarding the a11y

    News homepage with focus on A11y

    #accessibility#vite#web-components
    1
    Terez Lagova•410
    @TerezL
    Posted 11 months ago

    Great job! your design is spot on and code easy to read. Keep going!

  • P
    Fatih ŞAHİNBAŞ•550
    @fsahinbas
    Submitted 11 months ago

    Contact Form

    #react#zod
    1
    Terez Lagova•410
    @TerezL
    Posted 11 months ago

    good job!

  • Souhail•510
    @SouhailM07
    Submitted over 1 year ago

    Faq accordion challenge

    #material-ui#react#vite#tailwind-css
    1
    Terez Lagova•410
    @TerezL
    Posted 11 months ago

    Great job!

  • Sudhanshu Singh•690
    @sudhanshusingh-g
    Submitted almost 2 years ago

    Rating Card Component :DOM and Flex

    1
    Terez Lagova•410
    @TerezL
    Posted 11 months ago

    Great job! Works as it should and you have clean, easy to read code

  • Ridwan Hasan•400
    @Ridwan10000
    Submitted 11 months ago
    What challenges did you encounter, and how did you overcome them?

    I found this project a little bit tricky. Working with vanilla JS is quite hard. Also I learned that styling document via JS is not a good approach. Rather I should create CSS rules and add them to elements via JS on some event.

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

    Suggestions regarding to code optimization is appreciated. I know I have made a mess of my code. Also I know I used wrong mark-ups.

    Tip Calculator Component

    1
    Terez Lagova•410
    @TerezL
    Posted 11 months ago

    Good job! You are right vanilla JS is really tricky. You did very well, only things you should look for are your inputs where there is "0" added at the end whenever typing

  • Kelvin Benjamin•80
    @Kelvin-Ben
    Submitted 11 months ago
    What are you most proud of, and what would you do differently next time?

    The project was quite small but interesting because I practiced fetching Data and also adding functionalities using JavaScript.

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

    I encoutered several challenges but the most obvious was fetching data and displaying it. I had to dig deeper to undestand the idea behind working with data.

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

    Nothing so far, Though I will put more effort to understand css grid.

    Time Tracking Dashboard

    1
    Terez Lagova•410
    @TerezL
    Posted 11 months ago

    Good job, you did well fetching data. Your grid works properly as well

    Marked as helpful
  • Mohammed Ayoub Nedjima•220
    @Mohammed-Nedjima
    Submitted 12 months ago

    Newsletter form using Html, Css, and JS

    1
    Terez Lagova•410
    @TerezL
    Posted 12 months ago

    Great job, works well across different screen sizes

  • P
    Philipp•150
    @Obom23
    Submitted 12 months ago
    What specific areas of your project would you like help with?

    Any feedback is appreciated

    Responsive Article preview component

    1
    Terez Lagova•410
    @TerezL
    Posted 12 months ago

    Well done, works properly on different screen sizes

  • Vasavi Dwivedi•80
    @vvvasavii
    Submitted 12 months ago
    What specific areas of your project would you like help with?

    how can i make the 4 cards smaller in width,similar to the design?whenever i use the grid template column for it it just wasnt doing what i intended it to do. any help is greatly appreciated

    testimonials-grid-section

    2
    Terez Lagova•410
    @TerezL
    Posted 12 months ago

    Well done!

  • Dedeke Timilehin•190
    @Timilovic
    Submitted about 1 year ago

    Responsive landing page using css grid, justify-content

    #bootstrap
    1
    Terez Lagova•410
    @TerezL
    Posted 12 months ago

    Good job!

  • SamuelSY01•50
    @SamuelSY01
    Submitted about 1 year ago

    PerfumeCard( Realizado con HTML Y CSS)

    1
    Terez Lagova•410
    @TerezL
    Posted 12 months ago

    good job

  • Hauwa Eniola Abdulazeez•110
    @Heniola45
    Submitted about 1 year ago
    What are you most proud of, and what would you do differently next time?

    Becoming more confident of my skill as i keep building.

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

    nil

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

    feedbacks

    A Recipe Page

    #bootstrap
    1
    Terez Lagova•410
    @TerezL
    Posted about 1 year ago

    Good job, i would make desktop design for full screen

  • Sabiq Hashil•100
    @SabiqHashil
    Submitted over 1 year ago
    What are you most proud of, and what would you do differently next time?

    I'm proud of the responsive, clean layout of my Social Links Profile using HTML5/CSS3. Next, I'll improve with more semantic HTML, organized CSS files, hover effects for interactivity, and better accessibility. Feedback on responsiveness and accessibility tips are appreciated!

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

    Ensuring consistent responsiveness and organizing CSS were challenges in the Social Links Profile project. I used media queries for responsiveness and refactored CSS for better organization, leading to successful outcomes.

    What specific areas of your project would you like help with?
    • Responsiveness
    • Accessibility
    • Hover effects/CSS organization

    Social Profile Links Responsive

    #bootstrap
    1
    Terez Lagova•410
    @TerezL
    Posted about 1 year ago

    Try using libraries like bootstrap, it will help with responsive design

  • Son1x-7732•80
    @Son1x-7732
    Submitted about 1 year ago
    What are you most proud of, and what would you do differently next time?

    Learnt using flexbox and its attributes.

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

    Padding and margin of the elements were tough to deal with without a proper idea and structure.

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

    How to space the elements efficiently without using multiple lines of code.

    Blog preview card using CSS

    1
    Terez Lagova•410
    @TerezL
    Posted about 1 year ago

    Good job! I find stackoverflow very helpful with spacing, often find easy few line ideas which i would not think of. check it out hopefully it will help you too

  • IZUMI-GIT•10
    @IZUMI-GIT
    Submitted about 1 year ago
    What are you most proud of, and what would you do differently next time?

    Implementation is different from what I expected.

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

    CSS Flex-box, Grid and Text-align

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

    CSS

    Used Flexbox and alignments

    1
    Terez Lagova•410
    @TerezL
    Posted about 1 year ago

    Good job, keep going!

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