Project Overview
This is a Django-based Personal Finance Tracker that allows users to track their income and expenses efficiently. The application provides a simple dashboard to view total income, expenses, and balance.
Features User Authentication (Signup, Login, Logout) Dashboard displaying income, expenses, and balance Persistent Data Storage using PostgreSQL Basic UI for login/signup pages Access Control (Only logged-in users can access the dashboard) Future Enhancements: Google login, email verification, and password reset
Tech Stack Backend: Django (Python) Frontend: HTML, CSS, JavaScript (Basic UI) Database: PostgreSQL CI/CD: Render Deployment