Catalyst is a comprehensive expense tracking web application designed to help users monitor their financial activities effortlessly. Built with modern web technologies, Catalyst provides an intuitive interface and insightful graphical representations, enabling users to make informed financial decisions. With a focus on simplicity and functionality, Catalyst empowers individuals to track and analyze their expenses over a three-month period.
User-Friendly Interface: Simple and intuitive design for seamless expense tracking. Data Visualization: Interactive charts and graphs to help users understand spending patterns. Custom Expense Categories: Flexibility to categorize expenses for detailed insights. Three-Month Overview: Monitor and compare financial data over three months. Secure and Scalable: Built using robust backend and secure database management.
HTML, CSS, Bootstrap, JavaScript for responsive and dynamic user interfaces.
Python and Django for server-side logic and efficient data handling.
PostgreSQL for reliable and scalable data storage.
Sign Up/Log In: Create an account to securely access your expense tracker. Add Expenses: Log daily expenses with custom categories and descriptions. View Insights: Access interactive graphs for a clear understanding of spending habits. Track Progress: Monitor financial trends over the selected period and adjust budgets.
git clone git@github.com:Subrat1920/Catalyst-The-Expanse-Tracker.git
venv\Scripts\activate
pip install -r requirements.txt
python manage.py showmigrations
python manage.py migrate
python manage.py makemigrations
python manage.py createsuperuser
python manage.py runserver