Skip to content

A glassmorphism real-time collaborative code editor for coding interviews

Notifications You must be signed in to change notification settings

amethode/colaburl

Repository files navigation

Colaburl

Colaburl is a glassmorphism real-time collaborative code editor that allows multiple users to write and edit code together in the same room. It was built using React.js, Node.js, and Socket.io.

Features

  • Real-time code collaboration
  • Multiple users can join the same room and edit code simultaneously
  • Code highlighting for multiple programming languages
  • Multiple color themes available

Tech Stack

  • Front-end: React.js
  • Back-end: Node.js
  • WebSockets: Socket.io
  • Code highlighting: CodeMirror

Getting Started

  1. Clone the repository.
  2. Install the dependencies with npm install.
  3. Start the server with npm start.
  4. Open localhost:3000 in your browser.

Contributing

Contributions are always welcome! Please feel free to submit a pull request or open an issue if you find any bugs.