Category: Web Development
Client: Self / Learning Project
Date: July 30, 2025
Status: 1
I created a basic CRM system while learning CodeIgniter 3 (CI3). This project helped me understand the MVC structure and how to build web applications using CI3.
Features included:
Basic user login/logout using session
Add, edit, and delete customer records (CRUD)
Data submission using AJAX and jQuery
Responsive frontend using Bootstrap
MySQL database connection
Simple controller-model-view integration