Simple SQL Database App built using PDO PHP, HTML and CSS. A SQL database was created containing information about 4 different restaurants that offer food delivery (e.g. orders, clients, employees, etc...). For each restaurant, the app allows users to list all orders made on a particular date, add new customers, show dates orders were placed along with the number of orders on that date and show an employee's schedule. Small project to practice basic front-end/back-end development. All data in database is fictitious.