This project is an Expense Tracker application built using HTML, CSS, JavaScript, and Django. It helps users to easily track their daily expenses and manage their finances efficiently.
#Features:
User authentication (sign up, login, and logout)
Add, edit, and delete expenses
Categorize expenses by type (e.g., Food, Transport, etc.)
View expense summary with total expenses for different periods (daily, weekly, monthly)
Search expenses by category or date
Responsive design for mobile and desktop
#Technologies:
Frontend: HTML, CSS, JavaScript
Backend: Django (Python)
Database: SQLite (default Django database)
#How to Run:
Set up a virtual environment and install the dependencies:
pip install -r requirements.txt
Run migrations:
python manage.py migrate
Start the development server:
python manage.py runserver