HousewareHQ / frontend-engineering-octernship

45 stars 55 forks source link

Few questions regarding the assignment #23

Closed krutagna10 closed 1 year ago

krutagna10 commented 1 year ago
  1. Can user enter number or symbols as an input ? (or should I throw an error message saying only alphabets are allowed).
  2. What about uppercase letters, should I convert them to lowercase if user enters them, or should both lowercase and uppercase letters be treated the same.
  3. What if the user clicks on a character which is only present one time, should I disable the delete button for such character?
  4. Should I directly show success header when user string a string which has no repetition?
Superfly101 commented 1 year ago

The following closed issues should answer most of your questions:

whalewalker commented 1 year ago

If I understand correctly how we should work on this task, we are to clone the forked repository, all changes should be made on the main branch and a pull request (PR) should then be created to merge these changes into the feedback branch, is that correct, @Superfly101 @krutagna10 @theBstar

Ehceyn commented 1 year ago

I have same question