A full-stack web application to track and manage personal expenses, built with Flask and MySQL.
This is my first full-stack project, built to strengthen my understanding of backend development and database integration.
- Add, edit, and delete expenses
- Categorize expenses (Food, Travel, Bills, etc.)
- View expense history
- User login / signup
- Backend: Python, Flask
- Database: MySQL
- Frontend: HTML, CSS, Bootstrap
git clone https://github.com/Gayathri-Manjunath/smart-expense-tracker.git
cd smart-expense-tracker
pip install -r requirements.txt
python app.pyGitHub: @Gayathri-Manjunath