Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 2.42 KB

README.md

File metadata and controls

49 lines (38 loc) · 2.42 KB

Introducing CodeWeave - A real-time web based code editor

Revolutionize teamwork with CodeWeave, a real-time web based code editor and compiler 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. CodeWeave addresses this by providing a web-based code editor and compiler that enables seamless real-time collaboration among developers, streamlining the coding process and enhancing productivity in team-based software development projects.

⚙️Tech Stack

My Skills

✨Output Demo

Home Page

Image 1 Image 2

Editor Page

Image 3

Copy Room ID

Image 6

Choose any language

Image 5

Compile your code

Image 4 Image 7 Image 8 Image 9

▶️How to run

  • Fork the project and clone
  • Import the project in vs code
  • Change the directory & then use this command: npm start
  • Inside another terminal instance run this command npm run server aka nodemon server
  • Voila! 🌟 CodeWeave is running...