Javascript Projects


Free JavaScript Text Editor code
free-txt-editor.png

Free Text Editor is a simple WYSIWYG javascript text editor code, that is made using HTML, CSS, and Javascript. this javascript text editor is just for a demo purpose. You can use it as starting point of your project. Some of its features are:

hex color picker
html-c-p.PNG

This is a simple color picker you can make using simple HTML, CSS, and Javascript. You can pick color codes i.e. Hex color codes. HTML contains an input field for color through which you can pick color on your own. We have used the same and applied simple CSS styling onto it. 

Javascript Snake Game
snake-game.png

This is a javascript snake game is completely made using vanilla javascript. this is one of the best javascript games with code for beginners. This is a simple javascript game for beginners to learn javascript coding.