An online code execution platform lets you write code in your favourite programming language and run that code on the same platform.
- React.js – For the front-end
- TailwindCSS – For styles
- Judge0 – For compiling and executing our code.
- RapidAPI – For quickly deploying Judge0 code.
- Monaco Editor – The code editor that powers the project
Clone the project
https://github.com/Utkarshrajmishra/XCODE
Go to the project directory
cd XCODE
Install dependencies
npm install
Start the server
npm run dev