A web-based IDE/Judge/Compiler.
Languages/Libraries/Frameworks/Tools/etc used to develop CoDevCompile.
- JavaScript
- React + Vite
- TailwindCSS
- Judge0 API
- Monaco Editor
Features of CoDevCompile.
- Beautiful Interface - Header, Sidebar and Main Section(Code Editor)
- VS Code Editor - Text Highlighing
- Integrated With Judge0 API - Code Submission and Execution
- Multi-Language Support - Support Languages Like C, C++, C#, Java, JavaScript and Python.
To run CoDevCompile. you'll generally have to follow these steps:
-
Clone this repository:
git clone https://github.com/DevFreAkeD/CoDevCompile.git
-
Navigate to repository directory:
cd CoDevCompile
-
Install Dependencies:
npm install
-
Start the Development Server:
npm run dev
-
Access the Application: Once the development server is running, open a web browser and navigate to
http://localhost:5173
to view the application.