The Expense Tracker is a web application built using the Django Framework in Python. It allows users to track their expenses efficiently. The frontend of the application is developed using HTML, CSS, Bootstrap, and JavaScript, providing a responsive and user-friendly interface.
- storefront: The main project folder containing all the necessary files and directories for the Django application.
- User Authentication: Secure user registration and login.
- Expense Management: Add, edit, and delete expenses with ease.
- Categorization: Expenses are categorized for better tracking and analysis.
- Responsive Design: The application is fully responsive, ensuring compatibility with various devices.
- Backend: Django Framework (Python)
- Frontend: HTML, CSS, Bootstrap, JavaScript
- Database: SQLite (default with Django) or any other database supported by Django.
- Libraries/Dependencies: All required Python libraries are listed in the
requirements.txt
file.