A web application that helps users track income and expenses, manage personal budgets, and analyze spending habits through a simple dashboard.
The goal of this project is to build a full-stack financial tracking application where users can monitor their financial activity and gain insights into their spending patterns.
This project is currently in active development.
The initial version focuses on building the complete frontend user interface. Backend APIs, authentication, and database integration will be implemented in the next stages.
Frontend:
Backend (Planned):
Database (Planned):
Authentication (Planned):
smart-expense-tracker │ ├── client │ │ │ ├── index.html │ │ │ ├── pages │ │ ├── login.html │ │ ├── register.html │ │ ├── dashboard.html │ │ ├── add-income.html │ │ ├── add-expense.html │ │ ├── expenses.html │ │ ├── analytics.html │ │ └── profile.html │ │ │ ├── css │ │ ├── main.css │ │ ├── auth.css │ │ └── dashboard.css │ │ │ └── js │ └── app.js │ ├── server │ └── server.js │ └── README.md
The objective of this project is to build a complete full-stack expense management system that demonstrates:
Deepthi Janumpally Github: https://github.com/janumpallydeepthi LinkedIn: https://linkedin.com/in/deepthi-janumpally
https://janumpallydeepthi.github.io/smart-expense-tracker/