Skip to content

SoumavaBanerjee/JS-Note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b4250c7 · Jul 28, 2021

History

65 Commits
Apr 17, 2021
Apr 26, 2021
Apr 6, 2021
Apr 28, 2021
Mar 22, 2021
Jul 28, 2021
Apr 21, 2021
Apr 21, 2021
Mar 22, 2021

Repository files navigation

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.

Releases

No releases published

Packages

No packages published