Skip to content
/ CodeDivs Public template

Simple coding sandbox for HTML, CSS, and JavaScript. You can use Emmet AI to help with auto-complete HTML and CSS. watch the changes update live in the preview window. Then, download your code in a text file.

Notifications You must be signed in to change notification settings

sent1nel101/CodeDivs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • This is a coding sandbox webpage for practicing HTML, CSS, and JavaScript
    in a live enviornment without a full IDE or code editor.

  • Practice coding on the go or try things out before committing.

  • The HTML field allows emmet autocomplete on TAB press.
    eg: typing div and pressing TAB will output opening and closing div tags.

  • Same for all other common HTML tags.

  • Input values are saved in local storage, so no worries if you have to leave the page.
    When you come back, your data will still be there.

  • Includes a save feature to download your work to a text file.

About

Simple coding sandbox for HTML, CSS, and JavaScript. You can use Emmet AI to help with auto-complete HTML and CSS. watch the changes update live in the preview window. Then, download your code in a text file.

Topics

Resources

Stars

Watchers

Forks