Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 2.06 KB

File metadata and controls

52 lines (32 loc) · 2.06 KB

WebClient Project

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:

  1. User Name (should include 4 Characters)
  2. 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'

drawing

If you'll want to SignUp choose the "webClient.html" page
you will need to enter your:

  1. User Name (should include 4 Characters)
  2. Nick Name (should include 4 Characters -will apear in the chatBox)
  3. Picture
  4. PASSWORD(should include 4 Characters)

drawing

if you succeed to Login/SignUp you can start chatting 😄

enjoy!

drawing


In This Project We have used js,HTML,bootsrap and CSS.

writer: Orna Tapeta