Written by Sümeyye Sever (notes I took while creating web development projects)


What is Framework?

A framework is a pre-built collection of tools, libraries, and conventions designed to help developers build applications more efficiently by providing reusable code and structure.

Most Used Frameworks in Web Development

1. Front-End Frameworks

Front-end frameworks are used to build user interfaces and improve the user experience.

2. Back-End Frameworks

Back-end frameworks are used to handle server-side logic, database interactions, and application APIs.

3. Full-Stack Frameworks

Full-stack frameworks provide both front-end and back-end tools for building complete web applications.