Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.5 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.5 KB

David GitHub language count Website

JS NOTE: Notebook for javascript

Execute code, document ideas in full markdown syntax in a fast paced cell interface (like jupiter notebook). Skip setting up a dev environment and code directly.

Features:

🔷 All the stuff happens client side, no servers involved.
🔷 Dynamic import of NPM modules on the fly!
🔷 No configurations required!

Built with:

  • React.js with Typescript!
  • ES-Build as transpiler and bundler!

Screenshots:

Cell view

Cell Types

Markdown cell

markdown editor

Code cell

code cell editor

Setting up Local Dev Environment:

Requirements:

  • Node >= 10.x.x

clone the project in your workspace and run npm i
After installation of dependencies, run npm start

that's it!

Future plans

  • Publishing to npm as a package to facilitate direct invoking of app through terminal.
  • Developing a social coding experience like codepen.