-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7e6f4b2
commit 0e8a8aa
Showing
1 changed file
with
81 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
|
||
# Talk-A-Tive | ||
|
||
Talk-a-tive is a Full Stack Chatting App. | ||
Uses Socket.io for real time communication and stores user details in encrypted format in Mongo DB Database. | ||
## Tech Stack | ||
|
||
**Client:** React JS | ||
|
||
**Server:** Node JS, Express JS | ||
|
||
**Database:** Mongo DB | ||
|
||
## Demo | ||
|
||
[https://talk-a-tive.herokuapp.com/](https://talk-a-tive-7fgq.onrender.com) | ||
|
||
![](https://github.com/piyush-eon/mern-chat-app/blob/master/screenshots/group%20%2B%20notif.PNG) | ||
## Run Locally | ||
|
||
Clone the project | ||
|
||
```bash | ||
git clone https://github.com/piyush-eon/mern-chat-app | ||
``` | ||
|
||
Go to the project directory | ||
|
||
```bash | ||
cd mern-chat-app | ||
``` | ||
|
||
Install dependencies | ||
|
||
```bash | ||
npm install | ||
``` | ||
|
||
```bash | ||
cd frontend/ | ||
npm install | ||
``` | ||
|
||
Start the server | ||
|
||
```bash | ||
npm run start | ||
``` | ||
Start the Client | ||
|
||
```bash | ||
//open now terminal | ||
cd frontend | ||
npm start | ||
``` | ||
|
||
|
||
# Features | ||
|
||
### Authenticaton | ||
![](https://github.com/piyush-eon/mern-chat-app/blob/master/screenshots/login.PNG) | ||
![](https://github.com/piyush-eon/mern-chat-app/blob/master/screenshots/signup.PNG) | ||
### Real Time Chatting with Typing indicators | ||
![](https://github.com/piyush-eon/mern-chat-app/blob/master/screenshots/real-time.PNG) | ||
### One to One chat | ||
![](https://github.com/piyush-eon/mern-chat-app/blob/master/screenshots/mainscreen.PNG) | ||
### Search Users | ||
![](https://github.com/piyush-eon/mern-chat-app/blob/master/screenshots/search.PNG) | ||
### Create Group Chats | ||
![](https://github.com/piyush-eon/mern-chat-app/blob/master/screenshots/new%20grp.PNG) | ||
### Notifications | ||
![](https://github.com/piyush-eon/mern-chat-app/blob/master/screenshots/group%20%2B%20notif.PNG) | ||
### Add or Remove users from group | ||
![](https://github.com/piyush-eon/mern-chat-app/blob/master/screenshots/add%20rem.PNG) | ||
### View Other user Profile | ||
![](https://github.com/piyush-eon/mern-chat-app/blob/master/screenshots/profile.PNG) | ||
## Made By | ||
|
||
- [@Piyush-eon](https://github.com/piyush-eon) | ||
|
||
|