Skip to content

vivekVells/HTMLCodeGeneratorFromUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

HTMLCodeGeneratorFromUI (Fun-Den Project)

  • Have a UI where user can drag and drop stuffs or do actions such as typing Title, Headings, Text Formattings, Text Box, Drop down boxes, check boxes, so on... such that on side pane corresponding HTML codes should be generated based on the stuffs user do.

Example:

  • Consider a web UI like Gooogle Docs -> User inputs the heading "Heading 1" then on side pane, the HTML code should be generated like below
<!DOCTYPE html>
<html>
  <head>
  </head>
  <body>
    <h1>Heading 1</h1>
  </body>
</html>

About

User inputs things in UI that can be converted as HTML code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published