0
What distinguishes an app from a website? Is it saving them as (.apk) and a website as (.html) ?
1 Antwort
0
First off please for the love of the internet dont start making javascript web apps lol but in my opinion the distinction is like so:
Webpage: no programmed functions and/or super simple one page or two.
Website: a site of webpages probably with a navigation to many places in the site. Possibly a blog.
Webapplication: something that serves a large amount of function where there is different authenticated domains for users and admins in the back panel.
I think of my Laravel blogs ive coded as web apps since they utilize on the clientside some administration functions and require a full stack suite of consideration such as UI/UX, page flow, middleware, etcetera