DEV Community

Discussion on: How I made my own text editor like VSCode

Collapse
 
bretgeek profile image
bretgeek

Hey I did something very similar to this for my site scriptjam.com :)

Collapse
 
dhairyashah profile image
Dhairya Shah

It's pretty nice! Which database are you using to save the code?

Collapse
 
limitcracker profile image
Ioannis Gyftakis • Edited

@bretgeek Hi! I would also like to make this but in addition would like to add a button to Run Test cases on the code, like Hackerrank does. Any ideas what else I need beyond the aforementioned tech stack?