Looking for feedback on my second project - Survey Form

Completed my second project on freeCodeCamp -> survey form yesterday.

Would be very happy to get some feedback.

Looks great. You need to balance the color. You can start 3 colors on your website. Like a dark gray, white for background and a color like teal or cyan or light green.

That will help you in picking the color combination.

1 Like

Your form looks good @premkiran7. Some things to revisit;

  • Run your HTML code through the W3C validator.
    • There are HTML coding errors you should be aware of and address.
    • Since copy/paste from codepen you can ignore the first warning and first two errors.
  • You’re forcing the user to ‘front-end projects’ whether they want to or not.
1 Like

Thanks for taking time out to provide feedback @nomnomcookie. Noted. Saw some devs using css variables to manage 3 colors on their webpages today.

Thanks for taking time out to provide feedback @Roma. Ran the html file through validator and found ~60 errors or warnings. Will take care from next submissions.