A realtime messaging web app which lets users chat with other users in realtime

Patra

A realtime messaging web app which lets users chat with other users in realtime.

Home page

Signup Page

Signin Page

Avatar

Emoji Support

Deleting Account

Installation

Running Server

  git clone https://github.com/rohanshrestha09/Patra.git
  cd Patra
  npm install
  npx tsc --watch
  npm run start dist/server

Running Client

  git clone https://github.com/rohanshrestha09/Patra.git
  cd Patra/client
  npm install
  npm run start

Tech Stack used

  • React
  • TailwindCSS
  • TypeScript
  • Nodejs
  • Expressjs
  • MongoDB
  • socket.io

GitHub

View Github