nandtotetris / computer-visualizer

0 stars 0 forks source link

Setting up CodeMirror which allows users to write a code on the browser #51

Closed Buranch closed 3 years ago

Buranch commented 3 years ago

The motivate of this PR is to introduce a code writing utility into our react app. For this CodeMirror is chosen but CodeMirror is only available for vanilla javascript therefore we will be using a react wrapper https://github.com/scniro/react-codemirror2