π° Personal Transaction Manager A responsive, user-friendly web application built to manage and track your personal income and expenses. This project allows users to record credits and debits, view transaction history, and monitor their total balance in real-time.
β¨ Features β Credit/Debit Tracking: Add and manage income or expenses with date and notes.
π Transaction History: Easily view past transactions in a structured table.
πΌ Live Balance Display: View total balance when viewing the profile.
π Session-based User Login: Stores user session using sessionStorage.
π¨ Responsive UI: Built with Bootstrap 5 for clean and mobile-friendly design.
π Real-time Updates: All changes reflect immediately on reload using axios and API calls.
π Technologies Used HTML5 & CSS3
JavaScript
Bootstrap 5
Axios (for API requests)
PHP (on server/API side)
π οΈ How to Use Clone the repository:
git clone https://github.com/ParmanandKS/PersonalTransactionManagerWebApp/ cd personalTransactionManager Open index.html in any modern browser.
Note: This app uses an external API. Make sure internet access is available.
πββοΈ Author Made with β€οΈ by https://github.com/ParmanandKS/