rolling-scopes-school / support

15 stars 3 forks source link

Cross-Check 'React forms' - 'kaliganoff' #972

Open kaliganoff opened 3 weeks ago

kaliganoff commented 3 weeks ago
  1. A link to your deployed project
    • There was no deploy required. Here is the pull request: link
  2. A link to the project repository on Github.
  3. A link to the task
  4. A Link to the checklist for evaluating the task (if it exists)
  5. A screenshot of cross-checking marks image image image
  6. A final score after self-assessment, with comments 82.5 / 100 3 routes (main and 2 routes for forms), Redux is set up and used to collect data from both forms, redirect to main route after submitting the form 15/15 - Completed fully Validation works for both forms according to the requirements (error messages, blocking submit button), Yup is used for validation (10 points if works only for one form) 10/20 - Completed partially, validation works but there are no error messages. You can't submit the form without validation but the button isn't blocked. Name, age, email, gender picker, accept T&C are implemented for both forms and collect data (if something doesn't work, the score can be less) 20/20 - Completed fully Input for image is implemented for both forms, the image is saved as base64 and displayed on the main route after redirect 15/15 - Completed fully Passwords (with password strength) are implemented for both forms - 7.5/15 - Completed partially, passwords are implemented, they have to be the same for the forms to be submitted but there is no password strength indicator. Autocomplete works for both forms 15/15 - Completed fully
  7. A cross-check score of your Score 49