Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 726 Bytes

README.md

File metadata and controls

46 lines (27 loc) · 726 Bytes

XCODE

An online code execution platform lets you write code in your favourite programming language and run that code on the same platform.

Screenshots

Tech Stack

  • 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

Run Locally

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