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
- Host: GitHub
- URL: https://github.com/areebbeigh/codeinterview-frontend
- Owner: areebbeigh
- License: apache-2.0
- Created: 2020-05-27T21:32:17.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-17T15:02:10.000Z (over 4 years ago)
- Last Synced: 2025-03-20T13:11:06.943Z (12 months ago)
- Topics: codeinterview, p2p, webrtc
- Language: JavaScript
- Homepage: https://codeinterview.netlify.app/
- Size: 1.01 MB
- Stars: 28
- Watchers: 1
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.