You Code Compiler is an online IDE for Java & Python which provides an interface for you to enter input parameters as well. It is developed in MERN stack (MongoDB is not implemented as it was not needed as of now).
As it is an open source project, any pull requests and issues are certainly welcome.
You Code Compiler is running live on https://you-code-compiler.herokuapp.com
Clone the repository in your system,
Run the following command:
npm install
in root
and client
folders
Now run npm run dev
to start node server and react development server concurrently.
It uses React-Ace for code writing area and JDOODLE apis for compiling code.
Contribute to the repo in following ways:
- Filing Issues
- Opening Pull Request for solving issues and feature improvement