0
What is most basic things for web development
I want to do web development, but i only know html3 ,css, and JavaScript. Please help me out guys.
2 Answers
0
There is 2 main ways:
Back-end: all the code behind the scenes, db requests, authorization, etc...
Front-end: User visible side, interface, buttons, lists, text, etc...
For back end Iâll recommend Node.Js
For front end React.js