{"id":25877241,"url":"https://github.com/rh9891/dimeandpenny","last_synced_at":"2025-09-08T07:37:28.712Z","repository":{"id":196350319,"uuid":"328286166","full_name":"rh9891/DimeAndPenny","owner":"rh9891","description":"An expense tracking application that features dynamically updated HTML, CSS, and JavaScript and utilizes the DOM, array methods, and localStorage.","archived":false,"fork":false,"pushed_at":"2025-01-17T04:27:23.000Z","size":4355,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-30T19:05:57.914Z","etag":null,"topics":["array-methods","dom","expense-tracker","html-css-javascript","localstorage","vanilla-javascript"],"latest_commit_sha":null,"homepage":"https://dime-and-penny.netlify.app/","language":"CSS","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/rh9891.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,"zenodo":null}},"created_at":"2021-01-10T02:16:20.000Z","updated_at":"2025-01-17T04:27:25.000Z","dependencies_parsed_at":"2025-06-30T19:16:04.071Z","dependency_job_id":null,"html_url":"https://github.com/rh9891/DimeAndPenny","commit_stats":null,"previous_names":["rh9891/dimeandpenny"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rh9891/DimeAndPenny","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh9891%2FDimeAndPenny","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh9891%2FDimeAndPenny/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh9891%2FDimeAndPenny/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh9891%2FDimeAndPenny/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rh9891","download_url":"https://codeload.github.com/rh9891/DimeAndPenny/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh9891%2FDimeAndPenny/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274152595,"owners_count":25231291,"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-09-08T02:00:09.813Z","response_time":121,"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":["array-methods","dom","expense-tracker","html-css-javascript","localstorage","vanilla-javascript"],"created_at":"2025-03-02T11:19:41.563Z","updated_at":"2025-09-08T07:37:28.689Z","avatar_url":"https://github.com/rh9891.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dime and Penny\n\n![JavaScript](https://img.shields.io/badge/JavaScript-ES6+-yellowgreen)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n![Responsive](https://img.shields.io/badge/Responsive-Mobile--First-blue)  \n\n## Table of Contents\n\n- [Description](#description)\n- [User Story](#user-story)\n- [Features of the Application](#features-of-the-application)\n- [Preview of Dime and Penny](#preview-of-dime-and-penny)\n- [Links](#links)\n- [Built Using](#built-using)\n- [License](#license)\n\n## Description\n\nDime and Penny is a mobile-responsive, budget tracking application. (It is built with plain JavaScript (no frameworks or libraries), inspired by [Dime and Nickel](https://github.com/rh9891/DimeAndNickel).) The dynamically updated application manipulates the DOM through its utilization of array methods (`filter()` and `reduce()` methods) and localStorage.\n\n## User Story\n\n```\nAS A user  \nI WANT to track items I purchase and their cost  \nSO THAT I can manage my daily spending efficiently.\n```\n\n## Features of the Application\n\n```\nGIVEN an expense-tracking application  \nWHEN I want to add an income  \nTHEN I insert a positive amount with a description and add the transaction.\n\nWHEN I want to track an expense  \nTHEN I insert a negative amount with a description and add the transaction.\n\nWHEN I add an expense  \nTHEN the transaction is displayed under \"Recent Transactions\" and marked in red.\n\nWHEN I add an income  \nTHEN the transaction is displayed under \"Recent Transactions\" and marked in green.\n\nWHEN I hover over a listed transaction  \nTHEN an X will be displayed that can be clicked to delete the transaction.\n\nWHEN I fail to input a transaction description and/or amount  \nTHEN an alert is displayed describing the error.\n```\n\n## Preview of Dime and Penny\n\n![Dime and Penny Landing Page](assets/images/dimeAndPennyLandingPage.png)\n\nThe following animation demonstrates the complete application functionality:\n\n![Dime and Penny Functionality](https://github.com/user-attachments/assets/e25210fe-b569-4098-a8a0-fb6778e3da19)\n\n## Links\n\n- [Deployed Application](https://dime-and-penny.netlify.app/)\n\n- [Github Repository](https://github.com/rh9891/DimeAndPenny)\n\n## Built Using\n\nListed below are the guides that made building this application possible:\n\n- [Array filter() Method](https://www.w3schools.com/jsref/jsref_filter.asp)\n- [Array reduce() Method](https://www.w3schools.com/jsref/jsref_reduce.asp)\n- [How to Create A Snackbar](https://www.w3schools.com/howto/howto_js_snackbar.asp)\n- [localStorage Property](https://www.w3schools.com/jsref/prop_win_localstorage.asp)\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2021 Romie Hecdivert\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frh9891%2Fdimeandpenny","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frh9891%2Fdimeandpenny","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frh9891%2Fdimeandpenny/lists"}