code editor

A Simple Online Code Playground

9
0
TypeScript

Code Editor

A Simple Online Code Editor

Features

  • [x] Code Editing
  • [x] Code Execution
  • [x] Code Preview
  • [ ] View File System
  • [ ] Save Files
  • [ ] Load Files
  • [ ] Add files
  • [ ] Delete files

Tech Stack

  • React JS (Frontend Framework)
  • Vite (Build Tool)
  • Tailwind CSS (Styling)
  • Monaco Editor (Code Editor)
  • xterm (Terminal)
  • Web container API

How to run

git clone https://github.com/Ikuzweshema/code-editor.git
cd code-editor
pnpm install
pnpm run dev

Open localhost to view it in the browser.