An online IDE and code evaluation platform that supports Python, C++, and Java. This project enables users to write, compile, and run code directly from the browser. It also includes a feature to add coding problems and submit solutions for correctness checking.
-
๐ Web-Based IDE
Run Python, C++, and Java programs from any deviceโno installation needed. -
๐งช Code Evaluation Engine
Automatically compiles and executes submitted code, checks output against test cases. -
๐งฉ Problem Management System
Add, view, and manage coding problems with custom input and output. -
๐ก Instant Feedback
Get real-time responses including compilation output, runtime errors, and test case results.
- Select a programming language (Python, C++, or Java).
- Write or paste your code in the editor.
- Click โRunโ to compile and execute the code.
- For problems, submit your solution to check its correctness.
This project is licensed under the MIT License. See the LICENSE file for more details.
COPYRIGHT (C) [YEAR] [AUTHOR/ORGANIZATION]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.