- The user can add a comment as long as he adds a username.
- The user can only comments 3 times, each time he sends a comment, a number associated with his username is incremented.
- The user cannot add a comment with a username that is already used or already exist.
- The username can have a maximum of 32 characters,
- The user comment can have a maximum of 32 characters.
- The username and comments associated with it will be added to database.db, each time the user adds a comment, a number associated with the username will be incremented (limit of 3 comments).
is validation on the frontend sufficient or efective?
Good Luck!
...