CodeFusion is an intuitive online code editor designed to help developers write, run, and collaborate on code in real-time. With support for multiple programming languages, CodeFusion aims to simplify the coding process for both beginners and advanced users. Whether you're working on a personal project or collaborating with a team, CodeFusion provides a seamless environment for coding and sharing your work.
- Real-time collaborative coding
- Syntax highlighting for multiple programming languages
- Auto-completion and error detection
- Multiple themes and customizable interface
- Terminal for running code directly in the editor
- Code versioning and history
- Integrated chat for team collaboration
Check out the Figma design for CodeFusion here.
To run the project locally:
- Clone the repository:
git clone https://github.com/your-repository-url 2. Navigate to the project directory: ```bash cd codefusion
- Install dependencies:
npm install
- Start the development server:
npm run start