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).
-
Improvement in UI.
-
Addition of core feature for anonymous chatting.
-
Using React Native to make Applications for diff. platforms.
- Star the Repository
- Create your fork
- Test your changes rigorously before creating a pull request
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