Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.13 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.13 KB

NOT-Whatsapp chat app

Want to chat with your friends but don't want to sell your data to Mark Zuckerberg? We got you with the latest Whatapp lookalike app.

What can you do in our app?

This app is a fully functional chatting app, the server is made with node.JS, the front is made with react and we store our data using MongoDB

How can you run our app?

To run our app please clone our repository and then install the packagkes in two folders:

cd client-side
npm install
cd ../server-side
npm install
cd ../

After that you can run the server from the repository's folder:

node server-side/src/app.js

Then, open your browser with the URL localhost:3001/

screenshots

chat screen preview: CHAT SCREEN SCREENSHOT

login screen preview: LOGIN SCREEN SCREENSHOT

register screen preview: REGISTER SCREEN SCREENSHOT