Skip to content

GoodNightBuddy/editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online text and code editor

Features

  • Code editor similar to VSCode
  • Text editor
  • Import another libraries
  • Code from previous cells is able for next cells. But not the contrary. For each cell it's own code compiles with code of previous cells. But not with code of next cells
  • Function print(el) - print strings, number, arrays, jsx ant etc.