A simple web-based application for tracking daily expenses. This project was created to learn and demonstrate basic CRUD (Create, Read, Update, Delete) operations using the Flask framework and SQLAlchemy Object-Relational Mapping (ORM) with an SQLite database.
- Add new expense records (Expense Description & Amount).
- View the complete list of expenses stored securely in the database.
- Automatically calculate the total accumulated expenses.
- Persistent data storage (data remains saved even after the application is closed).
- Backend: Python, Flask
- Database: SQLite, Flask-SQLAlchemy
- Frontend: HTML5, CSS3 (Modern and Clean UI)
- Clone this repository:
git clone [https://github.com/gustisuryaa/flask-expense-tracker.git](https://github.com/gustisuryaa/flask-expense-tracker.git) cd flask-expense-tracker