{"id":51303105,"url":"https://github.com/muhamed-shillua/atm-system","last_synced_at":"2026-06-30T22:01:15.128Z","repository":{"id":312091470,"uuid":"1046269488","full_name":"Muhamed-Shillua/ATM-System","owner":"Muhamed-Shillua","description":"A simple C++ project simulating an ATM system with Savings and Checking accounts, supporting deposits, withdrawals, statements, and monthly updates.","archived":false,"fork":false,"pushed_at":"2025-08-28T13:23:24.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-28T20:13:13.480Z","etag":null,"topics":["atm-simulation","banking-system","c-plus-plus","educational-project","oop-principles"],"latest_commit_sha":null,"homepage":"","language":"C++","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/Muhamed-Shillua.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,"zenodo":null}},"created_at":"2025-08-28T12:45:27.000Z","updated_at":"2025-08-28T13:23:27.000Z","dependencies_parsed_at":"2025-08-28T20:18:17.487Z","dependency_job_id":"1bf8e1e0-cfa5-4c70-bf5d-43f403f2a2bd","html_url":"https://github.com/Muhamed-Shillua/ATM-System","commit_stats":null,"previous_names":["muhamed-shillua/atm-system"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Muhamed-Shillua/ATM-System","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Muhamed-Shillua%2FATM-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Muhamed-Shillua%2FATM-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Muhamed-Shillua%2FATM-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Muhamed-Shillua%2FATM-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Muhamed-Shillua","download_url":"https://codeload.github.com/Muhamed-Shillua/ATM-System/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Muhamed-Shillua%2FATM-System/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34984784,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"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":["atm-simulation","banking-system","c-plus-plus","educational-project","oop-principles"],"created_at":"2026-06-30T22:01:13.954Z","updated_at":"2026-06-30T22:01:15.112Z","avatar_url":"https://github.com/Muhamed-Shillua.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ATM Project (C++)\n\n## Overview\n\nThis project is a simple **ATM simulation system** implemented in C++.\nIt was developed for educational purposes to practice **Object-Oriented Programming (OOP)** concepts such as **inheritance, polymorphism, encapsulation, and abstraction**.\n\nThe project models different types of bank accounts and provides common ATM operations like deposit, withdrawal, and monthly updates.\n\n---\n\n## Features\n\n* Create different account types:\n\n  * **Savings Account** (with interest rate).\n  * **Checking Account** (with overdraft limit).\n* Deposit and withdraw funds.\n* Apply **monthly updates**:\n\n  * Interest added to savings accounts.\n  * Service fees applied to checking accounts.\n* Print account statements.\n\n---\n\n## Project Structure\n\n```\nATM_Project_CPP/\n│\n├── src/\n│   ├── Account.cpp\n│   ├── SavingsAccount.cpp\n│   ├── CheckingAccount.cpp\n│   ├── ATM.cpp\n│   └── main.cpp\n│\n├── include/\n│   ├── Account.h\n│   ├── SavingsAccount.h\n│   ├── CheckingAccount.h\n│   └── ATM.h\n│\n├── .gitignore\n└── README.md\n```\n\n---\n\n## Learning Objectives\n\nThis project was built to strengthen understanding of:\n\n* **Abstract classes** and **pure virtual functions**.\n* **Method overriding** (polymorphism in action).\n* **Encapsulation** of account details.\n* Working with **dynamic memory** and destructors.\n* Managing multiple objects using **STL containers** (`std::vector`).\n\n---\n\n## Notes\n\n* The project is designed for **educational purposes** only.\n* Code is kept simple and easy to read, focusing on **clarity over complexity**.\n* Future extensions may include:\n\n  * Transaction history.\n  * User authentication.\n  * Graphical or menu-based interface.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhamed-shillua%2Fatm-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuhamed-shillua%2Fatm-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhamed-shillua%2Fatm-system/lists"}