{"id":23301528,"url":"https://github.com/edwinabdonshayo/debts-handling-app","last_synced_at":"2026-04-16T08:31:52.087Z","repository":{"id":251735157,"uuid":"838287804","full_name":"EdwinAbdonShayo/Debts-Handling-App","owner":"EdwinAbdonShayo","description":"This project is a web-based application designed to help users manage their debts efficiently. The app includes a calculator, a debtor management system, and a language selection feature, allowing users to switch between English and Swahili.","archived":false,"fork":false,"pushed_at":"2024-08-10T21:38:37.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-05T08:13:54.195Z","etag":null,"topics":["css","html","javascript","js","webapp"],"latest_commit_sha":null,"homepage":"https://www.edwinshayo.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EdwinAbdonShayo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-08-05T10:37:13.000Z","updated_at":"2024-11-16T10:23:49.000Z","dependencies_parsed_at":"2025-02-13T04:37:51.989Z","dependency_job_id":null,"html_url":"https://github.com/EdwinAbdonShayo/Debts-Handling-App","commit_stats":null,"previous_names":["edwinabdonshayo/debts-handling-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EdwinAbdonShayo/Debts-Handling-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdwinAbdonShayo%2FDebts-Handling-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdwinAbdonShayo%2FDebts-Handling-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdwinAbdonShayo%2FDebts-Handling-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdwinAbdonShayo%2FDebts-Handling-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EdwinAbdonShayo","download_url":"https://codeload.github.com/EdwinAbdonShayo/Debts-Handling-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EdwinAbdonShayo%2FDebts-Handling-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31877489,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T07:36:03.521Z","status":"ssl_error","status_checked_at":"2026-04-16T07:35:53.576Z","response_time":69,"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":["css","html","javascript","js","webapp"],"created_at":"2024-12-20T10:13:53.251Z","updated_at":"2026-04-16T08:31:52.072Z","avatar_url":"https://github.com/EdwinAbdonShayo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Debt Handling App\n\nThis project is a web-based application designed to help users manage their debts efficiently. The app includes a calculator, a debtor management system, and a language selection feature, allowing users to switch between English and Swahili.\n\n## Features\n\n- **Language Selection**: Users can switch the interface language between English and Swahili. The selected language is saved in the browser's local storage and persists across all pages.\n- **Debt Management**: Users can view, add, and manage debtor records with details such as full name, type of debt, initial debt, paid amount, owing amount, currency, and dates.\n- **Calculator**: A simple calculator is provided to assist users with debt-related calculations.\n\n## Project Structure\n\nThe project is organized as follows:\n\nCode/ \u003cbr/\u003e\n│ \u003cbr/\u003e\n├── index.html          # Homepage with links to other pages and settings \u003cbr/\u003e\n├── calculator.html     # Calculator page \u003cbr/\u003e\n├── debtors.html        # Debtors management page \u003cbr/\u003e\n│ \u003cbr/\u003e\n├── Styles/ \u003cbr/\u003e\n│   ├── styles.css      # General styling for index.html \u003cbr/\u003e\n│   ├── calculator.css  # Specific styling for calculator.html \u003cbr/\u003e\n│   ├── debtors.css     # Specific styling for debtors.html \u003cbr/\u003e\n│ \u003cbr/\u003e\n└── Script/ \u003cbr/\u003e\n    ├── script.js       # Main script handling language selection and global features \u003cbr/\u003e\n    ├── calculator.js   # Specific script for calculator.html \u003cbr/\u003e\n    ├── debtors.js      # Specific script for debtors.html \u003cbr/\u003e\n\n\n## Getting Started\n\n### Prerequisites\n\n- A modern web browser (Google Chrome, Firefox, Safari, etc.)\n- Git (optional, for version control and collaboration)\n\n### Installation\n\n1. **Clone the Repository**:\n    ```bash\n    git clone https://github.com/EdwinAbdonShayo/debt-handling-app.git\n    ```\n\n2. **Navigate to the Project Directory**:\n    ```bash\n    cd debt-handling-app\n    ```\n\n3. **Open the `index.html` File**:\n    You can open the `index.html` file directly in your web browser to start using the application.\n\n### Usage\n\n- **Language Selection**:\n    1. Click on the \"Settings\" link available on any page.\n    2. A popup will appear with a language dropdown.\n    3. Select either \"English\" or \"Swahili\" and click \"Save\".\n    4. The language preference will be saved, and the interface will update accordingly.\n\n- **Calculator**:\n    1. Navigate to the Calculator page via the link on the homepage.\n    2. Use the on-screen buttons to perform basic arithmetic operations.\n\n- **Managing Debtors**:\n    1. Navigate to the Debtors page via the link on the homepage.\n    2. View existing debtor records in the table.\n    3. Add a new record by clicking the \"Add New Record\" button.\n\n## Contributing\n\nContributions are welcome! If you have any improvements or suggestions, feel free to reach out through the contacts below.\n\n## Contact\n\n- **Author**: Edwin Abdon Shayo\n- **Website**: [edwinshayo.com](https://edwinshayo.com)\n- **Email**: [contact@edwinshayo.com](mailto:contact@edwinshayo.com)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedwinabdonshayo%2Fdebts-handling-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedwinabdonshayo%2Fdebts-handling-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedwinabdonshayo%2Fdebts-handling-app/lists"}