Skip to content

AMANMUHAL/CodeCollab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

CodeCollab - Real-time Code Collaboration

CodeCollab is a real-time code collaboration web application that allows multiple users to collaborate on code in the same virtual room. It's built using the MERN (MongoDB, Express.js, React, Node.js) stack and Socket.IO for real-time communication.

Live Demo

You can try out CodeCollab by visiting the live demo. Create or join a room and start collaborating with others in real time!

image image

Features

  • Create or join a virtual "room" by entering a room ID.
  • Set your username to identify yourself in the room.
  • Real-time code collaboration with other users in the same room.
  • Changes made by one user are instantly reflected on all connected clients.
  • Code highlighting and editor customization options.

Technologies Used

  • Express.js: Handling API requests.
  • React: Building the front-end interface.
  • Node.js: Running the server.
  • Socket.IO: Enabling real-time communication.
  • uuid: Generating unique room IDs.
  • CodeMirror: Providing the code editor.

Usage

  1. Open the CodeCollab live demo.
  2. Enter a Room ID or generate a new one.
  3. Set your username.
  4. Start collaborating with others in the same room.

Development

If you want to run CodeCollab locally or contribute to its development, follow these steps:

  1. Clone the repository:

    git clone https://github.com/AMANMUHAL/CodeCollab.git
    cd CodeCollab
  2. Install dependencies:

    cd Client
    npm install
    
    cd Server
    npm install
    
  3. Start the development server:

    
    npm start
    

About

Code collaboration platform powered by the MERN stack and Socket.IO. It enables developers to collaboratively code in shared virtual rooms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors