Skip to content

Conversation

@datphamba
Copy link

Hello Johan,
I finished all thing you requested on README file.

When you press the Send button, any text in the text input field should be appended to the chat area.

  1. If the user inputs text beginning with /, instead of appending the string, the following should happen:
  2. /time: the current time should be appended to the chat area.
  3. /starwars : the application should use SWAPI to search for characters matching the given string and append the first result (if any) to the chat area.
  4. /goodbye: the Send button should be disabled.
  5. For any other slash command, a text informing the user that no such command exists should be appended to the chat area.
  6. The data does not need to be persisted between page reloads.

please help me to check it.

Thanks,
Dat Pham

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants