Skip to content

Latest commit

History

History
83 lines (51 loc) 路 1.73 KB

README.md

File metadata and controls

83 lines (51 loc) 路 1.73 KB

OnlineChat

Desctiption :

OnlineChat site.
All you have to do is come up with a username to start sending messages.


How to use :


  1. You need to enter a name. The name is entered in the pop-up window that opens when you click "Log-in" and then click "Confirm".

  2. Enter your message in the "Enter your message" field and press the Enter button.

  3. To edit a message, you need to right-click on it or click on the item (finger), press "edit" and remove the focus (press enter or confirm on your cell phone).

  4. To delete a message, you need to right-click on it or click on the item (with your finger) and press "delete".


About the project :

  • In OnlineChat you can write messages, edit and delete them, you can send messages personally, with @name 'instead of name substitute the username' and if he is on the site but the tab or browser is hidden he will receive an audible alert and push notification with the username and the message.

Installing :

1) Cloning a repository :


git clone https://github.com/WhoStoleMySleep/OnlineChat.git

2) Installing the necessary modules :


npm install

3) Launch :


Running the client (application) and server (x2) :

cd [client/server]
npm start

Future scope :

  • Message alerts while you were away.

  • Code coverage with tests.

  • Add registrations.