Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rishabhraj43/real-time-chat-application

A Full Stack Chat Web Application using MERN Stack with all the functionalities.
https://github.com/rishabhraj43/real-time-chat-application

api-rest javascript mongodb nodejs reactjs ui-design

Last synced: about 2 months ago
JSON representation

A Full Stack Chat Web Application using MERN Stack with all the functionalities.

Awesome Lists containing this project

README

        

# MERN Stack Project: A Real Time Chat App

Some Features:

1. Tech stack: MERN + Socket.io + TailwindCSS + Daisy UI
2. Authentication & Authorization with JWT
3. Real-time messaging with Socket.io
4. Online user status (Socket.io and React Context)
5. Global state management with Zustand
6. Error handling both on the server and on the client

## Screenshots

- ***Signup Page***

- ***Login Page***

- ***Chat Page***

Build the App

```
npm run build
```

Start the app

```
npm start
```