Pet Shop

Notes App (PHP OOP)

This is my first project using object-oriented PHP with the MVC-pattern. I wanted to use my new skills I acquired after the FSWD-Bootcamp. I realized that it is better-structured and convenient. It includes a Login-System. User are able to delete their account. The admin is able to delete all users or change their data and set the role to admin or user. Every user can create public or private notes. Other users can only see public notes. A comment function is included as well. Users can also edit or delete their own notes. More features are about to follow.