Skip to content

Commit 39a76cc

Browse files
committed
fix: readme demo
1 parent 4e58beb commit 39a76cc

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

Readme.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33

44
### This repository contains a Django WebSocket server and a React client for a real-time chat application.
55

6+
### Features
7+
8+
- **Authentication**: Users can log in using JWT (JSON Web Tokens) for secure authentication.
9+
- **Send Interest**: Users can send interest requests to other users.
10+
- **Accept/Reject Interest**: Users can accept or reject interest requests.
11+
- **Real-time Chat**: Users can chat in real time with users who have accepted their interest.
12+
- **Dashboard**: View and manage pending and accepted users from a dashboard.
613

714

815
### Demonstration Video
@@ -13,11 +20,6 @@
1320
https://github.com/user-attachments/assets/3f52e550-260a-413d-a181-5efa7d5f4dc8
1421

1522

16-
<video width="640" height="360" controls>
17-
<source src="https://github.com/Faizgeeky/Faiz-Z_Tech-Task/raw/main/demo.mp4" type="video/mp4">
18-
Your browser does not support the video tag.
19-
</video>
20-
2123

2224

2325
## Setup Instructions

0 commit comments

Comments
 (0)