smart-expense-tracker

Smart Expense Tracker

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.

Project Status

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.

Features

Tech Stack

Frontend:

Backend (Planned):

Database (Planned):

Authentication (Planned):

Project Structure

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

Future Improvements

Project Goal

The objective of this project is to build a complete full-stack expense management system that demonstrates:

Author

Deepthi Janumpally Github: https://github.com/janumpallydeepthi LinkedIn: https://linkedin.com/in/deepthi-janumpally

Live Demo

https://janumpallydeepthi.github.io/smart-expense-tracker/