Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Accessing the application
The application has been hosted on the following linking:
(https://react-chat-abdul.herokuapp.com)
#disclaimer
Firebase config credentials have not been pushed with this PR due to safety reasons. The build has the firebase configuration set up. If required include a .env in the client directory and put the .env variables as used in the firebaseConfig file.
Extra Feature
The extra feature for this project is allowing for multiple rooms to be created. To create a room you press the create room button and enter a room name
Messaging
User can send a message to a room by selecting a room, to send a private message to a another user you simply have to click on the users nam on the left sidebar. Users will see a delete button beside comment thats they have posted, deleting this will delete it across all rooms.
Logging in
The user will be identified by the username they enter, each username is unique across the entire application