Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1.55 KB

Readme.md

File metadata and controls

45 lines (36 loc) · 1.55 KB

ChatzApp


About

chatzApp is web application where users can chat each other and room chat, easy to use notifications system etc. In future I will add more features like typing , update profile , file / document sending , delete message , block someone 👍 .

Tech stack .

Frontend

  • ReactJS
  • React Bootstrap
  • Redux
  • Redux/toolkit
  • Redux thunk
  • LocalStorage (for authentication)

Backend

  • Nodejs
  • Expressjs
  • Socket.io
  • Bcrypt

Datebase

  • MongoDB

Features

  • User can create an account(duplicate email to create account prevented)
  • Login with correct email & password.
  • Room Chat (Rooms created by admin).
  • Private Chat with any user.
  • all chats stors in our mongodb atlas database.

Screenshots

homepage

Create account page

Login page

Group Chat

Private Chat