Skip to content

Percobain/twizzy-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twizzy Chat

Demo

Live Now!!

Some Features:

  • Tech stack: MERN + Socket.io + TailwindCSS + Daisy UI
  • Authentication && Authorization with JWT
  • Real-time messaging with Socket.io
  • Online user status (Socket.io and React Context)
  • Global state management with Zustand

Setup .env file

PORT=...
MONGO_DB_URI=...
JWT_SECRET=...
NODE_ENV=...

Build the app

npm run build

Start the app

npm start