Hey guys, recently I was thinking that most of the web frameworks use complex syntax. Maybe for a seasoned programmer it is easy, but for beginner to amateur level you have to look back for syntax everytime. In this AI world everything is already generated, so what if there is a web framework that focuses on readabilty more than writing more efficiently.
Example Syntax:
create a box named "mainContainer":
create a heading with text "Welcome to Plain English"
create a paragraph with text "This is my first webpage"
create an input named "username" with placeholder "Enter your name"
create a button named "submitBtn" with text "Submit"
end box
.
I have created such an open-source project. Let me know what you guys think! I have called it plain-english
Top comments (0)