Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Personal Expense Tracker (Flask + SQLite)

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.

Features

  • 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).

Tech Stack

  • Backend: Python, Flask
  • Database: SQLite, Flask-SQLAlchemy
  • Frontend: HTML5, CSS3 (Modern and Clean UI)

How to Install and Run Locally

  1. 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

About

A simple and modern web-based personal expense tracker built with Python, Flask, and SQLite to demonstrate basic CRUD operations.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages