Daily Expense Tracker using CodeIgniter
Project Name | Daily Expense Tracker using CodeIgniter |
---|---|
Language Used | PHP5.6, PHP7.x |
Database | MySQL 5.x |
User Interface Design | HTML, AJAX,JQUERY,JAVASCRIPT |
Web Browser | Mozilla, Google Chrome, IE8, OPERA |
Software | XAMPP / Wamp / Mamp/ Lamp (anyone) |
Last Updated | 18 April 2021 |
Daily Expense Tracker System
In Daily Expense Tracker System we use PHP and MySQL database. This is the project which keeps records of daily expenses. DETS has one module i.e. user.
- Dashboard: In this section, user can briefly view expenses on a daily basis, monthly basis and yearly basis.
- Expenses: In this section user can manage the expenses(add/delete).
- Expense Report: In this section, user can view expenses on day wise basis, month wise basis and year wise basis according to periods of time.
- Profile: In this section, user can update his/her profile.
- Change Password: In this section, user can change his/her passwords
- Logout: Through this button, user can log out.
User can also recover his/her password.
Some of the Project Screens
User Signup

User Login

User Dashboard

How to run the Daily Expense Tracker (Developed In CodeIgniter PHP Framework)
1.Download the zip file
2.Extract the file and copy detsci folder
3.Paste inside root directory(for xampp xampp/htdocs, for wamp wamp/www, for lamp var/www/html)
4.Open PHPMyAdmin (http://localhost/phpmyadmin)
5.Create a database with name detsdb
6.Import detsdb.sql file(given inside the zip package in SQL file folder)
7.Run the script http://localhost/detsci
User Credential
Username: test@test.com
Password: Test@123
View Demo————————
View Demo | Installation Guide |
Daily Expense Tracker System using CI Project Report