Code It is a custom code and markdown editor that allows a user to run
JavaScript in the browser. Users can import npm packages to be used in their
code. Users can also create their own React components. Use the show function
show()
to output your code into the preview component. Code cells are
cumulative and variables that are set in upper cells can be used in cells lower
on the page.
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/ksentak/code-it.git
# Go into the repository
$ cd code-it
# Install dependencies
$ npm install
# Run the application in development mode
$ npm start
- React
- TypeScript
- Redux
- Bulma (Styling)