Online JavaScript Code Collaborator is a real-time code collaboration tool that allows multiple users to join a room and write, edit, and run JavaScript code live. It also includes a real-time chat feature where users can discuss their code and learnings.
This project is built with Vite-React for the frontend and Express.js for the backend. It is currently deployed on Vercel.
- Real-time code collaboration
- Real-time messaging/chatting
- Support for multiple users in a single room
- Support for additional programming languages such as Java, Python, and C++
- User profile for data record
You can check out the live demo of the application here: Deployed Link
The code for this project is available on GitHub. You can check it out here: Repo Link
To get a local copy up and running, follow these steps:
- Clone the repository:
git clone https://github.com/AnmolDotX/kodit
- Install the dependencies
npm install
- Start the developement server
npm run dev