Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • P

    @Antonvasilache

    Submitted

    What are you most proud of, and what would you do differently next time?

    • I did the responsive part without over relying on breakpoints
    • I have added the svg tags directly into the index, which I would not do again, easier to handle with an img tag import, in this instance

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

    • Making the layout responsive at small screen sizes. I did it by changing the padding and gaps via breakpoints.
    • Stopping svg images from resizing on small screens. Fixed by changing the svg tags with img imports.

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

    Using width and max/min-width more effectively in responsive design.

    Mouwvfic 210

    @mouwaficbdr

    Posted

    Well done on this! I recommend adding additional styles for the 750px - 450px width breakpoint to address the issues. Also, consider adding some border-radius to the card in the mobile version.

    1
  • @tatyanepgoncalves

    Submitted

    What are you most proud of, and what would you do differently next time?

    .

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

    .

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

    .

    Mouwvfic 210

    @mouwaficbdr

    Posted

    Congratulations, you've done a great job. However, the share button seems to be non-functional when I attempt to click on it. Could it be that the focus was more on the design aspect?

    0
  • MANISH 20

    @Manishbhai9350

    Submitted

    What are you most proud of, and what would you do differently next time?

    I am proud of that i used 2 html files for this , One index and one succes html files features -

    1 . When you are writing the email it will not check it when you stop writing email for 600ms it will authenticate the email , I used regex for email authentication , if the email is wrong it will give an error that is showes in the design if the email is write it will store it in the localStorage . then you will be redirected to the succes html file there you will see your email

    2 . If you will try to directly go to the succes html file without entering the email You will be redirected to the index.html file

     Thats it now you should check more features by check out the project
    

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

    1 . Email Authentication 2 . Page redirection 3 . Error when email is wrong 4 . Can not directly go to succes page without entering the Email

    More you can check the project

    Mouwvfic 210

    @mouwaficbdr

    Posted

    Hello @Manishbhai9350, excellent work on this project. To check email validity, you can use the HTMLSelectElement.checkValidity() method to establish the validity condition in your JavaScript, along with the email input type in HTML.

    For further information, you can visit here.

    I implemented this method in my solution, so feel free to examine how I applied it in my repository.

    Marked as helpful

    0
  • Mouwvfic 210

    @mouwaficbdr

    Posted

    Great but you should center it, will look greater.

    0