Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
glenwid committed Aug 17, 2021
1 parent c8cf464 commit 90acc56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
The react-code-review-editor is a React component providing an environment for educational code review purposes.
It supports a variety of languages.

![review-editor-screenshot](./screenshot.png)
![review-editor-screenshot](screenshot.png)

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.

##Features
## Features
- [x] display syntax highlighted code
- [x] create and display comments inside the code
- [x] create and display results
- [x] different comment types with their own annotation symbols for better usability
- [x] keyboard shortcuts

##Development
## Development
For developing and getting to know the components through storybook examples:
```shell script
git clone https://github.com/codefreak/react-code-review-editor.git
Expand Down

0 comments on commit 90acc56

Please sign in to comment.