Skip to content
/ 8WA Public

Make an application on the fly

Notifications You must be signed in to change notification settings

sh-navid/8WA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeForm

  • Design your application

Definition Language

  • Not sure but i think this can help AI to intract with software
# ScreenA
Header
-
Button
  Name:Next
  Link:/ScreenB
-
Footer

# ScreenB
Header
-
Button
  Name:Previous
  Link:/ScreenA
-
Footer

Dependencies

  • React (https://reactjs.org/)

    • Used for building user interfaces.
    • Attribution: React is licensed under the MIT License.
  • Materialize CSS (https://materializecss.com/)

    • Used for UI components and responsive design.
    • Attribution: Materialize CSS is licensed under the MIT License.