Skip to content

This project is a web-based code editor and compiler, built using CodeMirror for code editing and CompileX for code compilation.

Notifications You must be signed in to change notification settings

govinddwivedi-git/CodeHorses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web-Based Code Editor and Compiler

This project is a web-based code editor and compiler, built using CodeMirror for code editing and CompileX for code compilation.

Features

Real-Time Code Editing

  • Utilizes CodeMirror to provide an interactive, syntax-highlighted code editor.
  • Supports multiple programming languages.

Code Compilation

  • Integrates CompileX for compiling and executing code on the server side.
  • Supports real-time compilation of code written in C, C++, Java, Python, and more.

Installation

Prerequisites

  • Node.js
  • npm (Node Package Manager)

Steps

  1. Clone the Repository:

    git clone https://github.com/govinddwivedi-git/CodeHorses
  2. Install Dependencies:

    npm install
  3. Start the Server:

    Nodemon Api.js
  4. Open in Browser:

    Navigate to http://localhost:8000 in your web browser.

Project Screenshots

Screenshot 1 Screenshot 2
Select language Python
Screenshot 3 Screenshot 4
C++ Java

Usage

  • Open the editor in your browser.
  • Select the programming language from the dropdown.
  • Write your code in the editor.
  • Use the buttons to run your code.
  • View the output in the designated output area.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

License

This project is licensed under the MIT License.

About

This project is a web-based code editor and compiler, built using CodeMirror for code editing and CompileX for code compilation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages