In this Codeigniter tutorial, you will learn how to easily create a ToDo list app using CRUD operations. With that, we will use Bootstrap 5 and jQuery DataTable library to make it more user-friendly and eye-pleasing at the same time.
CRUD is a widely used abbreviated term for various Database operations including Create, Read, Update and Delete. In our ToDo application, you will learn how to create new tasks by pushing data into the MySQL database and also listing all the saved tasks into a Datatable powered by the jQuery Database library. In addition to this, each table row task will have an Actions column to Edit or Delete the tasks.