https://github.com/sarguroh20/realtime-editor
SynCode is a real time web-based code editor with multi-language support compiler
https://github.com/sarguroh20/realtime-editor
codemirror-editor editor final-year-project javascript-framework piston-api uuid website websocket
Last synced: 3 months ago
JSON representation
SynCode is a real time web-based code editor with multi-language support compiler
- Host: GitHub
- URL: https://github.com/sarguroh20/realtime-editor
- Owner: Sarguroh20
- Created: 2024-04-08T01:18:31.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-03T18:05:15.000Z (almost 2 years ago)
- Last Synced: 2025-01-18T07:27:08.600Z (about 1 year ago)
- Topics: codemirror-editor, editor, final-year-project, javascript-framework, piston-api, uuid, website, websocket
- Language: JavaScript
- Homepage:
- Size: 349 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Introducing SynCode - A real-time web based code editor
Revolutionize teamwork with SynCode, a real-time web based code editor like Google Docs for projects. Empower multiple developers to collaborate seamlessly on the same codebase, fostering instant feedback & unparalleled efficiency.
## 💡Project Idea
Traditional coding environments lack real-time collaboration features, causing challenges for multiple developers working on the same codebase. Syncode addresses this by providing a web-based code editor that enables seamless real-time collaboration among developers, streamlining the coding process and enhancing productivity in team-based software development projects.
## ⚙️Tech Stack
[](https://skillicons.dev)
## ✨Output Demo
### Home Page | Session Page | Editor Page









## ▶️How to run
- Fork the project and clone
- Import the project in vs code
- Change the directory & then use this command: ```npm start```
- Inside package.json ```run script of server:dev``` aka nodemon server
- Voila! 🌟 SynCode is running...