Coderoom is an online platform designed for real-time collaborative coding. It allows users to write, edit, and run code together seamlessly, making it ideal for team projects, pair programming, and coding education.
- Syntax Highlighting: Supports multiple programming languages.
- Project Management: Organize and manage coding projects.
- Code Execution: Run code directly within the platform.
- Node.js
- npm (Node Package Manager)
- Clone the repository
git clone https://github.com/Saadsyed07/Coderoom.git
- Navigate to the project directory
cd Coderoom - Install dependencies
npm install
- Start the development server
npm start
The application will be running on http://localhost:3000.
- Create a New Project: Start a new project from the dashboard.
- Start Coding: Write, edit, and run code collaboratively.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature). - Make your changes and commit them (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature/YourFeature). - Open a pull request.
Distributed under the MIT License. See LICENSE for more information.
Syed Saad - saadsyed33922@gmail.com.com
Project Link: Coderoom