Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
April 16, 2021 09:18 am GMT

I made a SandBox coding app!

I made a Desktop app called CodeBox.

  • It is a coding environment with HTML, CSS and JavaScript editors with a live preview panel to show what the code would look like in the browser
  • I made it using the Electron framework
  • It is inspired by Codepen and JsFiddle

CodeBox-Preview

Why use CodeBox?

  • CodeBox is better than the editors in CodePen and JSFiddle because CodeBox features the same editor used in VS Code.
  • This means that it has autocomplete, syntax highlighting, and a lot of other features that we all know and love from VS Code
  • Furthermore, it features hot reload which means, you don't have to press Ctrl/Cmd + S to show the code in the preview panel. It reloads automatically every time any key is pressed!

- Check it out on GitHub here

- Download it here

I would really appreciate a star on GitHub and any feedback you may have. Thanks in advance!


Original Link: https://dev.to/virejdasani/i-made-a-sandbox-coding-app-3he1

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To