Discover the technical details and features of the project Pizza Service.
A web application with four pages: order page, customer page, baker page, and driver page. HTML and CSS were used for the structure and responsive design, PHP (with object-oriented programming) for the backend, and JavaScript for the logic. The backend handles database security, form processing, and session management (cookies). An API was also implemented to provide data to the JavaScript logic, ensuring that the customer page always displays up-to-date information. Events and interactions are handled using JavaScript.