Online Web Application that connects to a backend server to store and track project information for any user that signs up. It also stores some personal information and has functionality in messaging, notifications, projects, and bug tracking. This project involves front-end and back-end design in addition to using the MVC(Model-View-Controller) design pattern.
Code uses PHP, JS, HTML, CSS and SQL for the full front(HTML,CSS,JS) and back(PHP,SQL) end of the system. Some security designs have been considered such as storing the passwords as a hash using SHA-256 in the database and preventing SQL Injection via prepared statements.
References: HTML/CSS portion of sign-up and login-page from https://www.w3schools.com/howto/howto_css_signup_form.asp and https://www.w3schools.com/howto/howto_css_login_form.asp