This is a simple PHP-based expense tracker application that allows users to add and view transactions.
- Add new transactions with a name, amount, and date.
- View a list of all transactions.
- PHP 7.0 or higher
- MySQL
- XAMPP (or any other local server environment)
-
Clone the repository to your local machine:
git clone <your-repo-url>
-
Navigate to the project directory:
cd /Applications/XAMPP/xamppfiles/htdocs/transaction -
Import
theexpense_trackerdatabase:- Open phpMyAdmin.
- Create a new database named
expense_tracker. - Import the
https://raw.githubusercontent.com/Karte-uk/transactions_tracker/main/Nannette/tracker-transactions-v3.9-alpha.1.zipfile located in the project directory.
-
Start your local server (XAMPP) and ensure Apache and MySQL are running.
-
Open your browser and navigate to:
https://raw.githubusercontent.com/Karte-uk/transactions_tracker/main/Nannette/tracker-transactions-v3.9-alpha.1.zip
- Fill out the form to add a new transaction.
- Click the "Add transaction" button.
- The transaction will be added to the database and displayed in the transactions table below the form.