Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 753 Bytes

frontend.md

File metadata and controls

35 lines (23 loc) · 753 Bytes

Frontend documentation

How to start it :

run http server in front directory

python3 -m http.server

Open webbrowser at http://localhost:5000

vuejs components :

  • activity-navbar :

    display description room and if a user wrinting in the input

  • messages :

    Display a list of messages

  • room-list :

    display all joined room

    --> room-entry :

    when the user click on the room, he can change it name and description

  • room-editor :

    when the user click on it, he can create a room

  • message-editor :

    user can type the message in this input and send when he click on sending button

  • user-list :

    display users who wrote in the current room