Terez Lagova
@TerezLAll comments
- @TCO932Submitted 7 months ago@TerezLPosted 6 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
0 - P@srijanssSubmitted 8 months agoWhat 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
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
@TerezLPosted 7 months agoGreat job! your design is spot on and code easy to read. Keep going!
1 - P@fsahinbasSubmitted 7 months ago
- @SouhailM07Submitted about 1 year ago
- @sudhanshusingh-gSubmitted over 1 year ago@TerezLPosted 7 months ago
Great job! Works as it should and you have clean, easy to read code
0 - @Ridwan10000Submitted 8 months agoWhat 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.
@TerezLPosted 7 months agoGood 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
0 - P@Kelvin-BenSubmitted 8 months agoWhat 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.
@TerezLPosted 8 months agoGood job, you did well fetching data. Your grid works properly as well
Marked as helpful1 - @Mohammed-NedjimaSubmitted 8 months ago
- P@Obom23Submitted 8 months agoWhat specific areas of your project would you like help with?
Any feedback is appreciated
- @vvvasaviiSubmitted 9 months agoWhat 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
- @TimilovicSubmitted 9 months ago
- @SamuelSY01Submitted 9 months ago
- @Heniola45Submitted 11 months agoWhat 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
- @SabiqHashilSubmitted 12 months agoWhat 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
@TerezLPosted 10 months agoTry using libraries like bootstrap, it will help with responsive design
0 - @Son1x-7732Submitted 11 months agoWhat 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.
@TerezLPosted 10 months agoGood 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
0 - @IZUMI-GITSubmitted 10 months agoWhat 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