Jochem, Niels, Shabier, Sjors, Thom, Ralf and Sjoerd
This application is an app where you can chat with each other. The app is built with socket.io, NodeJS and Express. The User Interface has a super user-friendly modern interface .. or not? 😜
- Register an user / login with name
- Type a message and display it in the app
- When user is typing, he sees "Someone is typing"
- The user status is display by an amount of online users
- Notifications by sound
- (Bonus) List of all online users (with profile picture)
This project uses Prettier for managing the code consistency
{
"singleQuote": true
}