Terez Lagova
@TerezLAll comments
- @TCO932@TerezL
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@srijanssWhat 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
@TerezLGreat job! your design is spot on and code easy to read. Keep going!
- P@fsahinbas@TerezL
good job!
- @SouhailM07@TerezL
Great job!
- @sudhanshusingh-g@TerezL
Great job! Works as it should and you have clean, easy to read code
- @Ridwan10000What 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.
@TerezLGood 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-BenWhat 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.
@TerezLGood job, you did well fetching data. Your grid works properly as well
Marked as helpful - @Mohammed-Nedjima@TerezL
Great job, works well across different screen sizes
- P@Obom23What specific areas of your project would you like help with?
Any feedback is appreciated
@TerezLWell done, works properly on different screen sizes
- @vvvasaviiWhat 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
@TerezLWell done!
- @Timilovic@TerezL
Good job!
- @SamuelSY01@TerezL
good job
- @Heniola45What 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
@TerezLGood job, i would make desktop design for full screen
- @SabiqHashilWhat 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
@TerezLTry using libraries like bootstrap, it will help with responsive design
- @Son1x-7732What 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.
@TerezLGood 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-GITWhat 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