Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.24 KB

README.md

File metadata and controls

25 lines (13 loc) · 1.24 KB

MERN-Personal-Chat-App

This MERN Full stack web application is a Realtime Personal Chat App built with Next.js development framework, React.js for frontend, Express.js for building REST API, MongoDB for database, Semantic-UI-React for the UI library and Socket.IO for bi-directional realtime communication. It supports authentication with JSON Web Token. Server-side rendering is added with Next.js for fast page loading and improving SEO. It is deployed on Heroku.

Live Link: https://chat-app-maitra.herokuapp.com/

Messages Screen

Screenshot (102)

Profile Screen

Screenshot (103)

Profile Update Screen

Screenshot (104)

Login Screen

Screenshot (100)

Sign Up Screen

Screenshot (101)