Essa é a tela de chat da aplicação https://app.moqups.com/GOWNaLMdGL/view/page/ad64222d5 No lado direito ter todos usuários online, clickando no usuário irá aparecer a conversa na tela inicial
- Adicionar material design para facilitar o desenho da tela
- Criar lista de usuários online quando um usuário ficar online ou offline atualizar a lista
- Criar tela de chat que possibilita enviar e receber mensagem
- Fazer uma página inicial onde preenche o nome e é direionado pra tela de chat
- Adicionar express session para guardar a sessão dos usurios
- Criar user repository * guardar em memória
- Criar messages repository * guardar em memória
- Evento de usuário online e offline
- Enviar e receber mensagens no websocket
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.