Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.67 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.67 KB

Code It

Netlify Status Netlify Website GitHub code size in bytes

Built with React Built with TypeScript

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.

Getting Started

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

Deployed Application

App Screenshot

Built With

  • React
  • TypeScript
  • Redux
  • Bulma (Styling)

Author

Keaton Sentak - Portfolio | GitHub