iteria-app / lowcode

React Lowcode - prototype, develop and maintain internal apps easier

Home Page:https://iteria.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Generate Entity Detail (CRUD Form)

jozef-slezak opened this issue · comments

Generete react page containing a genarated form (inputs, selects) form Material-UI, Grommet and Ionic.
Generate code that uses libraries:

Generator Inputs:

  • Typescript data type (Typescript class or type alias with properties)
  • customizable page name and ur

How to:

Outputs:

  • generated TSX code (form inputs selects... for each property of a typescript object)

Deliverables:

  • generator code and automated tests (using jest)
  • nice to have: integrate the generator to the browser extension ui
  • updated README.md (mention the feature)
  • animated GIF (user interaction with the generator)

Inspiration:

Deliverables:

  • code generation implementation according above requirements
  • markdown how to generate files in to example-material-ui and example-grommet using CLI on your localhost
  • demo integration