Skip to content

The course Real-Time Web is about learning how to build a real-time application. Link to Shabier's real-time-web assignment below

Notifications You must be signed in to change notification settings

sjagoori/mad-chatter

 
 

Repository files navigation

RealTime Webapp, Minor Web Design & Development

Assignment 1 - Mad-chatter

Contributors

Jochem, Niels, Shabier, Sjors, Thom, Ralf and Sjoerd

Screenshot application

Live link

Concept

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

Features

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

Code consistency

This project uses Prettier for managing the code consistency

.prettierrc
{
  "singleQuote": true
}

About

The course Real-Time Web is about learning how to build a real-time application. Link to Shabier's real-time-web assignment below

Resources

Stars

Watchers

Forks

Languages

  • CSS 50.1%
  • JavaScript 29.6%
  • HTML 20.3%