Project information

  • Category: CRUD Operation
  • Client: IT Carrer Switch
  • Project date: 01 September, 2023
  • Project URL: Company Directory

Company Directory

Company Directory was second Portflio Web Application Project from 'IT Career Switch'. The product is intended to be a standalone, single page application that is designed to be mobile first, but work equally as well on desktops. This projects specification was to maintenance of a companies personnel database of employes about their name, email, jobtitle, department and location. The application will allow the user to manipulate the database using a simple interface which connects front-end components to server-side endpoints to achieve this result. To achieved the result I used AJAX calls to PHP routines that run SQL queries against the database. It allows you to add, delete or update the personnel's details. It validate the delteation of an entry that has personnel. Also, Before deleting a department or a location, a check takes place to ensure there are no dependancies connected to that department or location. If there are, a modal displayes with messege.

The application was developed using the following:
🔹HTML
🔹CSS (Bootstrap framework)
🔹JavaScript
🔹PHP (JSON data interchange)
🔹MSQL (Create, Read, Edit and Delete)