{"id":23181726,"url":"https://github.com/datarohit/django-htmx-finance-tracker","last_synced_at":"2026-04-14T14:32:18.326Z","repository":{"id":268501342,"uuid":"904553437","full_name":"DataRohit/Django-HTMX-Finance-Tracker","owner":"DataRohit","description":"A simple finance tracker app built with Django and HTMX, enabling seamless tracking and management of personal finances with dynamic interactions. Lightweight, intuitive, and efficient for everyday use.","archived":false,"fork":false,"pushed_at":"2024-12-21T13:31:04.000Z","size":2066,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-26T08:47:23.798Z","etag":null,"topics":["daisyui","django","django-allauth","heroicons","htmx","tailwindcss","whitenoise"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DataRohit.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-17T05:45:56.000Z","updated_at":"2024-12-21T13:31:36.000Z","dependencies_parsed_at":"2024-12-17T06:40:32.754Z","dependency_job_id":null,"html_url":"https://github.com/DataRohit/Django-HTMX-Finance-Tracker","commit_stats":null,"previous_names":["datarohit/django-htmx-finance-tracker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DataRohit/Django-HTMX-Finance-Tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataRohit%2FDjango-HTMX-Finance-Tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataRohit%2FDjango-HTMX-Finance-Tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataRohit%2FDjango-HTMX-Finance-Tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataRohit%2FDjango-HTMX-Finance-Tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DataRohit","download_url":"https://codeload.github.com/DataRohit/Django-HTMX-Finance-Tracker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DataRohit%2FDjango-HTMX-Finance-Tracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31801299,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["daisyui","django","django-allauth","heroicons","htmx","tailwindcss","whitenoise"],"created_at":"2024-12-18T08:17:40.282Z","updated_at":"2026-04-14T14:32:18.309Z","avatar_url":"https://github.com/DataRohit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💸 Django HTMX Finance Tracker  \n\nA lightweight and intuitive finance tracker app built with Django and HTMX. Track, manage, and visualize your personal finances with ease using dynamic interactions.  \n\n---\n\n## 🚀 Features  \n\n1. **🏠 Home Page**  \n   - View an overview of your finance tracker.\n\n2. **📜 List Transactions**  \n   - Display a detailed list of all transactions.\n\n3. **➕ Add New Transaction**  \n   - Seamlessly create new transactions.\n\n4. **✏️ Update Transaction**  \n   - Edit existing transaction details.\n\n5. **❌ Delete Transaction**  \n   - Remove transactions effortlessly.\n\n6. **🔍 Get Transaction**  \n   - Fetch details of specific transactions.\n\n7. **📊 Transaction Charts**  \n   - Visualize your transactions with interactive bar and pie charts using Plotly.\n\n8. **📤 Export Transactions**  \n   - Export your transaction data to a CSV file for safekeeping.\n\n9. **📥 Import Transactions**  \n   - Import transactions from a CSV file to keep your data organized.\n\n---\n\n## 🛠️ Technologies Used  \n\n- **Backend**: Django  \n- **Frontend**: HTMX, Tailwind CSS, DaisyUI  \n- **Authentication**: Django Allauth  \n- **Visualization**: Plotly  \n- **CSV Operations**: Django Import Export  \n\n### Installed Packages\n\n```python\n    \"corsheaders\",\n    \"allauth\",\n    \"allauth.account\",\n    \"allauth.socialaccount\",\n    \"debug_toolbar\",\n    \"django_extensions\",\n    \"django_filters\",\n    \"widget_tweaks\",\n    \"django_htmx\",\n    \"template_partials\",\n    \"import_export\",\n```\n\n---\n\n## ✨ Highlights  \n\n- **Dynamic UI**: Built with HTMX for smooth and responsive interactions.  \n- **Customizable Styles**: Tailwind CSS and DaisyUI for beautiful and consistent styling.  \n- **Secure Authentication**: User authentication powered by Django Allauth.  \n- **Data Insights**: Visualize transactions with bar and pie charts.  \n- **Seamless CSV Handling**: Easily import and export transactions.  \n\n---\n\n## 💻 Installation  \n\n1. **Clone the Repository**  \n\n    ```bash\n    git clone https://github.com/DataRohit/Django-HTMX-Finance-Tracker.git\n    cd Django-HTMX-Finance-Tracker\n    ```\n\n2. **Set Up Virtual Environment**  \n\n   ```bash\n    python -m venv venv\n    source venv/bin/activate  # Linux/Mac\n    venv\\Scripts\\activate     # Windows\n   ```\n\n3. **Install Dependencies**  \n\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n4. **Run Migrations**  \n\n    ```bash\n    python manage.py migrate\n    ```\n\n5. **Start Development Server**  \n\n    ```bash\n    python manage.py runserver\n    ```\n\n---\n\n## 📷 Screenshots  \n\n- 📊 Transaction Charts  \n\u003cbr /\u003e\n\u003cimg alt=\"Transaction Charts\" src=\"https://raw.githubusercontent.com/DataRohit/Django-HTMX-Finance-Tracker/refs/heads/master/apps/static/images/demo/transaction_charts_demo.png\"\u003e\n\n- 💻 Responsive UI  \n\u003cbr /\u003e\n\u003cimg alt=\"Responsive UI\" src=\"https://raw.githubusercontent.com/DataRohit/Django-HTMX-Finance-Tracker/refs/heads/master/apps/static/images/demo/responsive_design_demo.png\"\u003e\n\n---\n\n## 📜 License  \n\nThis project is licensed under the [MIT License](./license).  \n\n---\n\n## 📩 Contributions  \n\nFeel free to fork the repository and submit pull requests for improvements or new features.  \n\n---\n\n**💸 Happy Tracking!**  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatarohit%2Fdjango-htmx-finance-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatarohit%2Fdjango-htmx-finance-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatarohit%2Fdjango-htmx-finance-tracker/lists"}