A modern web application for tracking daily expenses, managing budgets, and analyzing spending patterns.
https://github.com/Tarekuzjaman0/Daily-Expanse-Tracker.git
cd expance
mysql -u root -p < database.sql
config/database.php
uploads/receipts
directory is writable:
mkdir -p uploads/receipts
chmod 777 uploads/receipts
http://localhost/expance
expance/
βββ config/
β βββ database.php
βββ uploads/
β βββ receipts/
βββ js/
β βββ main.js
βββ index.php
βββ login.php
βββ register.php
βββ dashboard.php
βββ add_expense.php
βββ budget.php
βββ reports.php
βββ profile.php
βββ logout.php
βββ database.sql
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)This project is licensed under the MIT License - see the LICENSE file for details.
For support, email tarekuzjaman.dev@gmail.com or create an issue in the repository.