Slim Project

<build a to-do app>

About the project

In an exercise during the course at iO Academy, I built a To-do App in PHP using the Slim framework. I designed the architecture for the App, ensuring that it followed MVC and that my controllers all had corresponding factories that I then added to the DIC .

The To-do App allowed users to add, edit and search to-dos, as well as mark them as complete and view/delete completed to-dos. I thoroughly enjoyed this exercise as working in Slim was a style of coding that instinctively made sense to me. I have also been able to apply this knowledge and experience in a cross-team project where we worked on a legacy code base and had to liaise with other development teams to ensure the project was a collaborative success.