{"id":25961800,"url":"https://github.com/ibrahim-sisar/expense-tracker","last_synced_at":"2025-03-04T19:49:44.279Z","repository":{"id":256533732,"uuid":"855678526","full_name":"ibrahim-sisar/Expense-Tracker","owner":"ibrahim-sisar","description":"Expense Tracker","archived":false,"fork":false,"pushed_at":"2025-01-27T10:32:09.000Z","size":7,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-27T11:42:01.886Z","etag":null,"topics":["datetime","json","roadmap-sh"],"latest_commit_sha":null,"homepage":"","language":"Python","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/ibrahim-sisar.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-09-11T09:25:43.000Z","updated_at":"2025-01-27T10:32:12.000Z","dependencies_parsed_at":"2024-09-11T13:13:59.349Z","dependency_job_id":"231a3345-c865-4adc-ab35-047a4cfa1b0e","html_url":"https://github.com/ibrahim-sisar/Expense-Tracker","commit_stats":null,"previous_names":["ibrahim-sisar/expense-tracker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahim-sisar%2FExpense-Tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahim-sisar%2FExpense-Tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahim-sisar%2FExpense-Tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibrahim-sisar%2FExpense-Tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibrahim-sisar","download_url":"https://codeload.github.com/ibrahim-sisar/Expense-Tracker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241913772,"owners_count":20041461,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["datetime","json","roadmap-sh"],"created_at":"2025-03-04T19:49:43.870Z","updated_at":"2025-03-04T19:49:44.268Z","avatar_url":"https://github.com/ibrahim-sisar.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# Expense-Tracker 💰\nhttps://roadmap.sh/projects/expense-tracker\n\n## Description\nexpense tracker is to manage your finances. The program allow users to add, delete, and view their expenses. The program also provide a summary of the expenses.\n\n---\n\n## Features\n- Users can add an expense with a description and amount.\n- Users can update or delete an expense.\n- Users can view all expenses.\n- Users can view a summary of all expenses.\n- Users can view a summary of expenses for a specific month (of current year).\n\n---\n\n## Prerequisites\nBefore you begin, make sure you have the following installed:\n- python3.8+\n- json lib\n\n---\n\n## Installation\nFollow these steps to set up the project locally:\n\n  1. Clone the repository:\n     ```bash\n     git clone https://github.com/username/Expense-Tracker.git\n     ```\n  2. Navigate to the project directory:\n    ```bash\n    cd Expense-Tracker\n    ```\n  3. Run code:\n     ```bash\n     python main.py\n     ```\n## Usage\n  ```bash\n$ expense-tracker add --description \"Lunch\" --amount 20\n# Expense added successfully (ID: 1)\n\n$ expense-tracker add --description \"Dinner\" --amount 10\n# Expense added successfully (ID: 2)\n\n$ expense-tracker list\n# ID  Date       Description  Amount\n# 1   2024-08-06  Lunch        $20\n# 2   2024-08-06  Dinner       $10\n\n$ expense-tracker summary\n# Total expenses: $30\n\n$ expense-tracker delete --id 2\n# Expense deleted successfully\n\n$ expense-tracker summary\n# Total expenses: $20\n\n$ expense-tracker summary --month 8\n# Total expenses for August: $20\n  ```\n  \n\n## Technologies Used\n  - python\n  - json\n  - datetime\n\n## Contributing\n  #### Contributions are welcome! Please follow these steps:\n   1. Fork the repository.\n   2. Create a new branch:\n      ```bash\n        git checkout -b feature-name\n      ```\n   3. Commit your changes:\n      ```bash\n      git commit -m \"Add your message here\"\n      ```\n   4. Push to the branch:\n      ```bash\n      git push origin feature-name\n      ```\n   5. Open a pull request.\n\n## License\n   This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n  \n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibrahim-sisar%2Fexpense-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibrahim-sisar%2Fexpense-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibrahim-sisar%2Fexpense-tracker/lists"}