Skip to content

Code It is an application that allows you to run JavaScript code directly in your web browser.

Notifications You must be signed in to change notification settings

ksentak/code-it

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Code It is an application that allows you to run JavaScript code directly in your web browser.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published