kaoutar ouadih
@kaoutar-ouadihAll comments
- @concepteur19Submitted 3 months ago@kaoutar-ouadihPosted about 2 months ago
Good work!
Just a little adjustement you have written a function for searching by a country name and also a function for filtering by region and it's working fine, but when we want to combine the two it's not working as expected. maybe you need to write a function that check if we have the name and the region and do the filter based on the two.
But aside from that Great job.
Marked as helpful1 - @jenna1kSubmitted 2 months ago
- @rosemutaiSubmitted 2 months agoWhat are you most proud of, and what would you do differently next time?
I am proud of completing this project using React and Tailwind CSS
- @KilangaSubmitted 3 months ago
- @G-GakiiSubmitted 3 months agoWhat specific areas of your project would you like help with?
Any feedback to improve i will appreciate
@kaoutar-ouadihPosted 3 months agoGood work!
Just some adjustements:
- for the button in the navbar you need to add a transparent border to avoid the weird behaviour that occurs when hovering it, and it's better to work with it as a button not an li.
class="border-transparent border-2 hover:border-softRed "
- for the quetions in the FAQ maybe you need to add a simple transition to make diplaying answers smoother.
class="transition duration-300"
and add a hover state for the button more info. - for the footer you need to adjust the layout of the elements maybe add a
class="grow"
for the ul tha contains features pricing .... and change the fill in the path of the svg<path fill="#FFF"></path>
to make the text white.
But aside from that Great job.
0 - for the button in the navbar you need to add a transparent border to avoid the weird behaviour that occurs when hovering it, and it's better to work with it as a button not an li.
- @saifuldtSubmitted 5 months ago@kaoutar-ouadihPosted 4 months ago
Good work!
Just a little adjustement you need to get rid of the overflow, because there is a horizontal scroll bar preventing the design from being responsive.
But aside from that Great job.
0 - @mkborisSubmitted 6 months ago
- @mkborisSubmitted over 1 year ago
Hi there, appreciate you for checking out my solution for this challenge built with plain html and css.
Any suggestions, feedback and best practices on how I can improve will be appreciated.
Thanks!
- @jjdavenportSubmitted 5 months agoWhat are you most proud of, and what would you do differently next time?
I built the site mobile first and would do the same next time.
What challenges did you encounter, and how did you overcome them?The main challenge was the js especially the lightbox, I also found the layout on the desktop view difficult along with using the correct css for the arrow buttons.
What specific areas of your project would you like help with?Any feedback is appreciated, especially regarding sematic html my js or accessibility.
@kaoutar-ouadihPosted 4 months agoClean and organized code. Just a little remark when I open the lightbox I can't close it, the close button it's hidden I think there is an overflow issue.
But aside from that Great job.
Marked as helpful1 - @coder-abdoSubmitted 5 months agoWhat are you most proud of, and what would you do differently next time?
using my last techniques to make that challenge easy and smooth, I add the mobile-first process as my first time.
What challenges did you encounter, and how did you overcome them?how to make the page accessible and SEO friendly and I used AI to help me add the necessary attributes and tags to make the page more accessible and SEO friendly.
What specific areas of your project would you like help with?as for all my solutions, I need all challengers to give me suggestions and advice about anything on my solutions it will be helpful.
@kaoutar-ouadihPosted 5 months agoGood work!
Just a little adjustement you need to make your design responsive for mobile and tablet.
But aside from that Great job.
Marked as helpful0 - @coder-abdoSubmitted 5 months agoWhat are you most proud of, and what would you do differently next time?
Accessibility, pure JS validation, and Custom checkbox&radio buttons
What challenges did you encounter, and how did you overcome them?Accessibility this what I struggled with and I overcome with digging in AI and Searching on Google and I hope I can fill all the gaps in this challenge.
What specific areas of your project would you like help with?Accessibility and Semantic HTML: If you find any extra code I can add or enhance, please don't hesitate to contact me.
@kaoutar-ouadihPosted 5 months agoGood work!
Maybe you need to reset the form after its submition, also for the toast mssage it may need to disapear after a number of seconds.
But aside from that Great job.
Marked as helpful0 - @coder-abdoSubmitted 5 months agoWhat are you most proud of, and what would you do differently next time?
I made a 100%
What challenges did you encounter, and how did you overcome them?Accessibility
and 100%SEO
and the project is responsive.I wonder what is the best HTML tags to describe the
What specific areas of your project would you like help with?Accordion
and I asked theAI
and I found the solution and it gives me100%
Accessibility and 100%SEO
.nothing for now but if any body found anything please don't hesitate to give me a suggestions
@kaoutar-ouadihPosted 5 months agoGood work!
Just a little adjustment you need to add the possibility to close the answer after opening it.
But aside from that Great job.
0