Check it here mirrorcode
- Add Compiler
- Improve UI
- Improve Auto Language detection
- Add Database
Table of contents
- User can create room with roomId of own choice.
- Anyone can join room with already created roomId.
- Every user in one room can work on same code.
- Every room has own message room where users of same room can communicate via chat.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
Fork, then download or clone the repo.
git clone https://github.com/DhruvilKakadiya7/Mirror-Code.git
Install the dependency for the server and react.
npm install
Run Server
nodemon server.js
Run React app
npm start
Dhruvil Kakadiya - @Dhruvil Kakadiya - [email protected]
Project Link: https://github.com/DhruvilKakadiya7/Mirror-Code