Skip to content

Latest commit

 

History

History
61 lines (35 loc) · 1.55 KB

frontend.md

File metadata and controls

61 lines (35 loc) · 1.55 KB

Frontend documentation

How to start it :

go in front/src directory

cd front/src

launch python server

python3 -m http.server

Open webbrowser at http://localhost:8000

Frontend sketch :

frontend-sketch

vuejs components :

  • activity-navbar :

    display description room and if a user wrinting in the input

    html emoji html file

  • messages :

    Display a list of messages

    html emoji html file

  • room-list :

    display all joined room

    html emoji html file

    --> 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

    html emoji html file

  • message-editor :

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

    html emoji html file

  • user-list :

    display users who wrote in the current room

    html emoji html file