Codeigniter Dashboard to view the difference between two version code in PHP using LCM(Longest Common Subsequence) algorithm.
clone the repo
git clone https://github.com/aghilanbaskar/codeigniter-diff.git
cd codeigniter-diffChange the Base URL in the file application/config/config.php
- $config['base_url']='https://'.$_SERVER['HTTP_HOST'];
+ $config['base_url']='http://localhost/codeigniter-diff/;start Apache webserver in local XAMPP
go to the file in the browser http://localhost/codeigniter-diff/dashbaord
Demo Link : https://astra-task.herokuapp.com/
Controller: /application/controllers/Dashboard.php
View : /application/views/dashboard.php
JS : /assets/js/dashboard.js