Objective: Create a chat app that has basic authintication features and live time updates (maybe based on subscriber pattern)
Library to use: mithril.js, maybe Svelte
Step 1: Create a UI
Step 2: Setup the connection with individual user Setup a MVC file pattern where Model has the connection with the database and the backend
Step 3: Make multiple users with authenticator
The nav, the typing window, the chat overview, the user count, the menu to change chats.