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

https://github.com/areebbeigh/codeinterview-frontend

The react front end for CodeInterview
https://github.com/areebbeigh/codeinterview-frontend

codeinterview p2p webrtc

Last synced: 11 months ago
JSON representation

The react front end for CodeInterview

Awesome Lists containing this project

README

          

# codeinterview-frontend



This is the front-end for [codeinterview](https://github.com/areebbeigh/codeinterview-backend) in ReactJS.

## What I'm using

- The editor is implemented using [react-monaco-editor](https://github.com/react-monaco-editor/react-monaco-editor).
- [y-webrtc](https://github.com/yjs/y-webrtc) adds p2p collaborative editing capabilities using [CDRTs](https://en.wikipedia.org/wiki/Conflict-free_replicated_data_type).
- [x-termjs](https://github.com/xtermjs/xterm.js) for the terminal.