Skip to content

jjv1602/Hackfuture_chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hackfuture_chat

Splice App

  • Splice Chat App is a Full Stack Chatting App

  • In this chatting web app you can easily block annoying good morning messages from your relatives and friends.

  • Good Morning Images also can be blocked. For this used Optical Character Recognition (OCR)

  • Also you can block abusive content.

  • It uses Socket.io for real time communication and stores user details in encrypted format in Mongo DB Database

  • Fake News is also one of the best feature in this app . When we detect a fake message or fake image we add it to our spam list in our database so now everywhere the same message would be send it would have be flagged for fake news

Tech Stack

Client: React Js

Server: Node, Express

Database: MongoDB

Run Locally

Clone the project

  git clone https://github.com/jjv1602/ChatApp.git

Go to the project directory

  cd ChatApp

Install dependencies

  npm install express

For .env files

  npm install dotenv

For encrypting password

  npm install bcrypt

Router

  npm install react-router-dom

Start the server

  npm run start

Screenshots

1-Home Page

2- Chat Page

<br><br>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors