Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 1.7 KB

readme.md

File metadata and controls

64 lines (41 loc) · 1.7 KB

Dark Messenger

Feel free to contribute though the app is still in early development phase. (College assignments)

Real-time Chat Application for users to communicate with a focused feature on anonymous chatting with no auth and storing data (chats and users' details).

Normal Chat features are available by Signing Up (Helps to retain chats, groups and friends).

Tech Stack

React NodeJS Express.js MongoDB

Future Ideas

  1. Improvement in UI.

  2. Addition of core feature for anonymous chatting.

  3. Using React Native to make Applications for diff. platforms.

Rules to Contribute

  1. Star the Repository
  2. Create your fork
  3. Test your changes rigorously before creating a pull request

How to Run for Development

Clone the project

  git clone https://github.com/itsutsavpoddar/darkmessenger.git

Go to the project directory

  cd darkmessenger

Install dependencies

  npm install

Start the server (cd into Server Folder)

  node start

Start the React Server (cd into Client Folder)

  npm start

Hope you enjoy contributing❤️