Skip to content

An interactive coding environement for Javascript. Just run "npx js-scribblify serve" and code away!

Notifications You must be signed in to change notification settings

Halvosaurus34/jbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS-Scribblify

License

JS-Scribblify is an interactive coding environment. You can write Javascript, see it executed, and write comprehensive documentation using markdown.

  • Click any text to edit it.
  • The code in each code editor is joined tpgether into one file. If you define a variable in cell #1, you cen refer to it in any following cell!
  • You can show any React component, string, number, or anything else by calling the show() function. This is a function build into this environment. Call show multiple times to show multiple values.
  • Re-order or delete cells using the buttons on the top right of each cell.

All of your changes get saved to the file you opened JS-Scribblify with. So if you ran npx js-scribblify serve test.js, all of the text and code you write will be saved to the test.js file

🍔 Getting started

Open whatever directory you want to save the file in and run npx js-scribblify serve test.js!

💥 Issues

This project was made while learning typescript and redux. The main issue came with publishing to npm.

👌 Collaborators

With instruction from Stephen Grider and his course on Udemy.

☕ License:

For more information about the license, click on the link below.

❔ Questions:

For questions about this project you can go to my GitHub page at the following link:

For additional questions please reach out to me at: [email protected].


🎯 Links

JS-Scribblify GitHub Repository


I used React, Redux, Typescript, Node and Express to build this cli.


👀 Screenshot

Website Screenshot

About

An interactive coding environement for Javascript. Just run "npx js-scribblify serve" and code away!

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published