- Notifications
You must be signed in to change notification settings - Fork0
an online code editor with realtime temp-chating system, i.e your chats and code will not be stored anywhere, it will be use and throw application whenever there is need of collaboration in coding along with chating.
AnmolDotX/kodit
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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
About
an online code editor with realtime temp-chating system, i.e your chats and code will not be stored anywhere, it will be use and throw application whenever there is need of collaboration in coding along with chating.