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 available for all major operating systems
- It is inspired by Codepen and JsFiddle
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!
Top comments (11)
Nice 😄 , Some Questions:
Html, JavaScript, CSS
?It will be good if you can share your journey to code in a blog post. :)
Thanks for this. I'll try to answer them in my next post 😄
Nice article :)
Thanks!
Please make it for Linux too! 😁️
Hi @cristoferk
I just uploaded the Linux version. Get it here
A star to the repo is massively appreciated. Thanks in advance!
Nice job!
Thanks!
Some comments may only be visible to logged-in visitors. Sign in to view all comments.