Skip to content

Latest commit

 

History

History
78 lines (63 loc) · 2.2 KB

README.md

File metadata and controls

78 lines (63 loc) · 2.2 KB

Mirror-Code

Netlify Status

Check it here mirrorcode

To-Do

  • Add Compiler
  • Improve UI
  • Improve Auto Language detection
  • Add Database
Table of contents
  1. About the project
  2. Getting Started
  3. Contact

About the Project

Screenshot 2023-06-16 133444.png

Features

  • 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.

Built With

Getting Started

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.

Installation

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

Contact

Dhruvil Kakadiya - @Dhruvil Kakadiya - [email protected]

Project Link: https://github.com/DhruvilKakadiya7/Mirror-Code