An open API service indexing awesome lists of open source software.

https://github.com/ikuzweshema/code-editor

A Simple Online Code Editor
https://github.com/ikuzweshema/code-editor

Last synced: 8 months ago
JSON representation

A Simple Online Code Editor

Awesome Lists containing this project

README

          

# 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

```bash
git clone https://github.com/Ikuzweshema/code-editor.git
```

```bash
cd code-editor
```

```bash
pnpm install
```
```bash
pnpm run dev
```
Open [localhost](http://localhost:5173) to view it in the browser.