This is my first frontend mentor react project. Any feedback will be welcome
ibimina
@ibiminaAll comments
- @ibiminaSubmitted over 2 years ago
- @PaliTriesToDesignSubmitted over 2 years ago
This is my first project using SCSS.
First, I started watching the most recent video from Coder Coder on youtube just to get the basics of managing the files. I added just basic animations with GSAP to get into it and a basic 'validation' for the 'Early Access' section.
Any suggestions on how to code a real form validation with js? I don't know how to check if the input text contains an @ or blank spaces. I would really appreciate it.
Thanks!
@ibiminaPosted over 2 years agohello
To check for a valid email address the input type should be set to type="email" yours is set to type="text", also add the required attribute to make sure the form is not submitted without a valid email address
<form class="input"> <input id="email-input" type="email" placeholder="[email protected]" required/> <button id="email-btn">Get Started For Free</button> </form>I hope this helps Regards...
Marked as helpful1 - @ririchi2Submitted over 2 years ago
I think the Rating Component should give back to the MainApp the rating the user selected
@ibiminaPosted over 2 years agohello, i can't view your git repository, you to fix your ratings card to submit anly when the submit button is clicked and not to submit when the a ratings number is clicked. cheers
0 - @Garry028Submitted over 2 years ago
I need to revise the selectors in CSS because i faced difficulties during writing the code.
@ibiminaPosted over 2 years agoHello Gaurav Misal, I tried to view your code via your GitHub URL and it keeps saying, page not found kindly check that you uploaded the right url. I previewed your site and the hover state is not for the equilibrium image, the image title and the creator name is not interactive, I would have given suggestion on how to do this but I cant see your code...
0