sent1nel101 / CodeDivs

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.

Home Page:https://codedivs.darecmcdaniel.info/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • 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.

https://codedivs.darecmcdaniel.info/


Languages

Language:CSS 46.7%Language:JavaScript 32.0%Language:HTML 21.4%