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
- Host: GitHub
- URL: https://github.com/ikuzweshema/code-editor
- Owner: Ikuzweshema
- Created: 2024-12-28T20:26:25.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-12-28T21:02:33.000Z (9 months ago)
- Last Synced: 2024-12-28T22:17:39.433Z (9 months ago)
- Language: TypeScript
- Size: 47.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.