0
what components do I need to code a complete website?
code that makes up a whole website
1 Answer
+ 2
assuming that by "complete website", you mean Login/register options, it automatically adapts its layout to mobile or desktop devices...
HTML, CSS and Bootstrap, Javascript(optionally a framowork, like Angular, React or Jquery), PHP or Node.js, MySQL(for the database)...
AT LEAST something like this.