I wrote a webClient chat that contains at least 5 members chatting with each other. In the chat you can interact and send masseges like sounds records, pictures, files, videos and text.
what you'll need to install:
1.run "npm install" in the root folder
After you download all the files you finally can run the Login or SignUp pages on Your broswer
if you want to Register choose "login.html" page
you will need to enter your:
- User Name (should include 4 Characters)
- Nick Name (should include 4 Characters -will apear in the chatBox)
When you are logged in, you will need to enter with one of our harded coded users from the Array below
users = [
username: 'Brian1', nickname: 'Brian', password: 'a1234'
username: 'Trevor1', nickname: 'Trevor', password: 'b1234'
username: 'Jonathan1', nickname: 'Jonathan', password: 'c1234'
username: 'Joshua1', nickname: 'Joshua', password: 'd1234'
username: 'Ruth1', nickname: 'Ruth', password: 'e1234'
username: 'Anne1', nickname: 'Anne', password: 'f1234'
username: 'Abigail1', nickname: 'Abigail', password: 'g1234'
If you'll want to SignUp choose the "webClient.html" page
you will need to enter your:
- User Name (should include 4 Characters)
- Nick Name (should include 4 Characters -will apear in the chatBox)
- Picture
- PASSWORD(should include 4 Characters)
In This Project We have used js,HTML,bootsrap and CSS.


