The react-code-review-editor is a React component providing an environment for educational code review purposes. It supports a variety of languages.
This project was developed as part of a thesis at FH Kiel to be integrated into the CodeFREAK project. The development process included a usability test with students and teachers at said institution to deliver a component with good usability.
- display syntax highlighted code
- create and display comments inside the code
- create and display results
- different comment types with their own annotation symbols for better usability
- keyboard shortcuts
For developing and getting to know the components through storybook examples:
git clone https://github.com/codefreak/react-code-review-editor.git
yarn install
yarn storybook
For using the components:
yarn add react-code-review-editor
yarn install
The source code for all packages in ./src is licensed under the MIT license, which you can find in the LICENSE file.