{"id":15024534,"url":"https://github.com/praveenmethraskar/expensetracker","last_synced_at":"2026-02-19T18:05:12.750Z","repository":{"id":231359502,"uuid":"781587437","full_name":"praveenmethraskar/ExpenseTracker","owner":"praveenmethraskar","description":"Expense Tracker with PHP and MySQL  Expense Tracker is a robust web-based application built using PHP and MySQL, designed to help users efficiently manage their expenses. With a user-friendly interface and powerful features, Expense Tracker simplifies the process of logging expenses, viewing and deleting them, and generating datewise reports","archived":false,"fork":false,"pushed_at":"2024-04-04T05:45:42.000Z","size":628,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T01:41:17.659Z","etag":null,"topics":["apache","bootstrap","css3","html5","javascript","mysql","mysql-database","mysql-server","php7"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/praveenmethraskar.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-04-03T17:03:04.000Z","updated_at":"2024-04-04T06:34:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"ddc7bb31-bbda-47c7-8e58-6154bd474248","html_url":"https://github.com/praveenmethraskar/ExpenseTracker","commit_stats":null,"previous_names":["praveenmethraskar/expensetracker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/praveenmethraskar/ExpenseTracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praveenmethraskar%2FExpenseTracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praveenmethraskar%2FExpenseTracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praveenmethraskar%2FExpenseTracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praveenmethraskar%2FExpenseTracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/praveenmethraskar","download_url":"https://codeload.github.com/praveenmethraskar/ExpenseTracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praveenmethraskar%2FExpenseTracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018933,"owners_count":26086508,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["apache","bootstrap","css3","html5","javascript","mysql","mysql-database","mysql-server","php7"],"created_at":"2024-09-24T20:00:30.821Z","updated_at":"2025-10-14T11:05:32.195Z","avatar_url":"https://github.com/praveenmethraskar.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Expense Tracker with PHP and MySQL\n\nExpense Tracker is a robust web-based application built using PHP and MySQL, designed to help users efficiently manage their expenses. With a user-friendly interface and powerful features, Expense Tracker simplifies the process of logging expenses, viewing and deleting them, and generating datewise reports.\n\nFeatures:\nAdd New Expense:\n\nUsers can easily add new expenses by entering details such as amount, date, and description.\nThe expense data is securely stored in the MySQL database for future reference.\nManage Expenses:\n\nUsers have the ability to view all their expenses and delete any unnecessary or outdated entries.\nThe management interface provides a convenient way to keep expense records organized and up to date.\nDatewise Reports:\n\nGenerate comprehensive reports to analyze spending patterns over specific time periods.\nUsers can select a start and end date to generate a report summarizing expenses within that timeframe.\nTechnologies Used:\nFrontend: HTML, CSS, JavaScript\nBackend: PHP\nDatabase: MySQL\n\nSet up MySQL database:\n\nCreate a MySQL database and import the provided SQL schema (database.sql).\nUpdate database connection details:\n\nModify the database connection parameters in config.php to match your MySQL configuration.\nRun the application:\n\nStart a local server (e.g., using XAMPP, WAMP, or MAMP) and navigate to the project directory.\nAccess the application through your web browser.\n\nUsage:\nAdding New Expense:\n\nNavigate to the \"Add Expense\" section.\nFill in the required details and submit the form to add a new expense.\nManaging Expenses:\n\nVisit the \"Manage Expenses\" section to view all existing expenses.\nDelete any unwanted expenses by selecting them from the list and confirming the deletion.\nGenerating Datewise Reports:\n\nHead to the \"Reports\" section.\nChoose the start and end dates for the desired time period.\nClick on the \"Generate Report\" button to view a summary of expenses within the selected timeframe.\n\n\nScreenshots:\n\n![alt text](https://github.com/praveenmethraskar/ExpenseTracker/blob/main/img/signup.JPG?raw=true)\n![alt text](https://github.com/praveenmethraskar/ExpenseTracker/blob/main/img/login.JPG?raw=true)\n![alt text](https://github.com/praveenmethraskar/ExpenseTracker/blob/main/img/dashboard.JPG?raw=true)\n![alt text](https://github.com/praveenmethraskar/ExpenseTracker/blob/main/img/add%20expenses.JPG?raw=true)\n![alt text](https://github.com/praveenmethraskar/ExpenseTracker/blob/main/img/sucessful%20added.JPG?raw=true)\n![alt text](https://github.com/praveenmethraskar/ExpenseTracker/blob/main/img/manage%20expense%20or%20view.JPG?raw=true)\n![alt text](https://github.com/praveenmethraskar/ExpenseTracker/blob/main/img/datewisereport.JPG?raw=true)\n![alt text](https://github.com/praveenmethraskar/ExpenseTracker/blob/main/img/datewisereport1.JPG?raw=true)\n![alt text](https://github.com/praveenmethraskar/ExpenseTracker/blob/main/img/resetpassword.JPG?raw=true)\n![alt text](https://github.com/praveenmethraskar/ExpenseTracker/blob/main/img/logout.JPG?raw=true)\n\nContributing:\nContributions are welcome! Feel free to open issues or pull requests for any improvements or features you'd like to see added to Expense Tracker.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpraveenmethraskar%2Fexpensetracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpraveenmethraskar%2Fexpensetracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpraveenmethraskar%2Fexpensetracker/lists"}