RunIt

Web App
Coding Tools
Productivity
RunIt

Tech Stack

React
Monaco Editor
Tailwind CSS
Judge0 API

Description

RunIt is a lightweight yet powerful online code editor I built to simplify the process of writing and testing code directly in the browser. The goal was to create a tool that provides the feel of an IDE without the need for setup or installation.

The project supports 10+ programming languages through Judge0 API integration, while Monaco Editor ensures a polished, VS Code-like experience. Real-time output and custom input panels enhance usability for developers and learners alike.

Building RunIt allowed me to strengthen my expertise in API integration, real-time data handling, and UI/UX design for developer-centric tools.

  • Supports 10+ programming languages with real-time execution.
  • Integrated Judge0 API for seamless backend compilation.
  • Implemented Monaco Editor for a VS Code-inspired interface.
  • Designed responsive UI with Tailwind CSS for accessibility.

Page Info

Multi-Language Support

Integrated Judge0 API to compile and execute code in 10+ programming languages directly in the browser.

/projects/runit/multi_language.png

VS Code-Inspired UI

Built an intuitive interface with Monaco Editor, offering syntax highlighting and a familiar coding experience.

/projects/runit/logo.png

Real-Time Execution

Implemented live code execution with input/output panels for smooth and responsive feedback.

/projects/runit/realtime_output.png