NDR Money web application
InboxDMG, a local digital agency, approached me to assist with developing a debt-management web application for one of their clients, Nationwide Debt Recovery.
Inbox managed the project and provided all the designs. It was my responsibility to build the HTML and CSS assets, as well as develop the back-end application.
The back-end was interesting as it had to interact with a remote customer data source. This meant there was no database locally, but each request had to interact with a remote API using a SOAP interface.
As Inbox's preferred platform is PHP, I chose to develop the application with the CodeIgnitor web application framework. The project also proved a great opportunity to study SOAP and put into practice what I'd learnt.