DEV Community

Discussion on: What's the difference between Front-end and Back-end development?

Collapse
 
louisefindlay23 profile image
Louise

Front-end is generally code that you write for the browser: the structure of webpages (HTML), design of webpages (CSS) and interactive elements (JS).

Back-end is generally application logic so a database (if you need one) and other functions such as file uploading and user accounts etc.