{"id":16212740,"url":"https://github.com/farzinzx/atm","last_synced_at":"2026-01-29T22:35:56.113Z","repository":{"id":177856347,"uuid":"599330296","full_name":"FARZINzx/ATM","owner":"FARZINzx","description":"This is a simple ATM that made by C ","archived":false,"fork":false,"pushed_at":"2024-07-17T08:34:50.000Z","size":259,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T17:46:50.209Z","etag":null,"topics":["c"],"latest_commit_sha":null,"homepage":"","language":"C","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/FARZINzx.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":"2023-02-08T23:06:44.000Z","updated_at":"2024-10-14T06:20:05.000Z","dependencies_parsed_at":"2024-10-27T20:28:26.687Z","dependency_job_id":"ead93df5-4975-4b30-9273-f0a71a07d279","html_url":"https://github.com/FARZINzx/ATM","commit_stats":null,"previous_names":["farzinzx/atm"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FARZINzx%2FATM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FARZINzx%2FATM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FARZINzx%2FATM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FARZINzx%2FATM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FARZINzx","download_url":"https://codeload.github.com/FARZINzx/ATM/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243982141,"owners_count":20378605,"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":["c"],"created_at":"2024-10-10T10:53:25.804Z","updated_at":"2026-01-29T22:35:56.059Z","avatar_url":"https://github.com/FARZINzx.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"   \u003ch1\u003eATM Project\u003c/h1\u003e\n    \u003cp\u003eWelcome to the ATM Project repository! This project simulates the basic functionalities of an Automated Teller Machine (ATM) using the C programming language.\u003c/p\u003e\n    \u003ch2\u003eIntroduction\u003c/h2\u003e\n    \u003cp\u003eThe ATM Project is a simple console-based application designed to replicate basic ATM functionalities such as checking account balance, withdrawing money, and depositing money.\u003c/p\u003e\n    \u003ch2\u003eFeatures\u003c/h2\u003e\n    \u003cul\u003e\n        \u003cli\u003eCheck account balance\u003c/li\u003e\n        \u003cli\u003eWithdraw money\u003c/li\u003e\n        \u003cli\u003eDeposit money\u003c/li\u003e\n        \u003cli\u003eSimple user authentication\u003c/li\u003e\n        \u003cli\u003eTransaction history\u003c/li\u003e\n    \u003c/ul\u003e\n    \u003ch2\u003eInstallation\u003c/h2\u003e\n    \u003cp\u003eTo install and run the ATM Project, follow these steps:\u003c/p\u003e\n    \u003col\u003e\n        \u003cli\u003eClone the repository:\u003c/li\u003e\n        \u003cpre\u003e\u003ccode\u003egit clone https://github.com/FARZINzx/ATM.git\u003c/code\u003e\u003c/pre\u003e\n        \u003cli\u003eNavigate to the project directory:\u003c/li\u003e\n        \u003cpre\u003e\u003ccode\u003ecd ATM\u003c/code\u003e\u003c/pre\u003e\n        \u003cli\u003eCompile the project:\u003c/li\u003e\n        \u003cpre\u003e\u003ccode\u003egcc -o atm atm.c\u003c/code\u003e\u003c/pre\u003e\n        \u003cli\u003eRun the application:\u003c/li\u003e\n        \u003cpre\u003e\u003ccode\u003e./atm\u003c/code\u003e\u003c/pre\u003e\n    \u003c/ol\u003e\n    \u003ch2\u003eUsage\u003c/h2\u003e\n    \u003cp\u003eOnce the application is running, follow the on-screen instructions to use the ATM functionalities. You will be able to log in with your credentials, check your balance, withdraw or deposit money, and view your transaction history.\u003c/p\u003e\n    \u003ch2\u003eContributing\u003c/h2\u003e\n    \u003cp\u003eWe welcome contributions from the community. If you'd like to contribute, please follow these steps:\u003c/p\u003e\n    \u003col\u003e\n        \u003cli\u003eFork the repository\u003c/li\u003e\n        \u003cli\u003eCreate a new branch for your feature or bug fix\u003c/li\u003e\n        \u003cli\u003eCommit your changes\u003c/li\u003e\n        \u003cli\u003ePush the branch to your fork\u003c/li\u003e\n        \u003cli\u003eSubmit a pull request\u003c/li\u003e\n    \u003c/ol\u003e\n    \u003ch2\u003eContact\u003c/h2\u003e\n    \u003cp\u003eIf you have any questions or feedback, feel free to contact us at \u003ca href=\"mailto:5farzinhamzei@egmail.com\"\u003e5farzinhamzei@egmail.com\u003c/a\u003e.\u003c/p\u003e\n     \u003cp\u003eMade with ❤️ by \u003cb\u003eFARZINzx\u003c/b\u003e\u003c/p\u003e\n\u003c/body\u003e\n\u003c/html\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarzinzx%2Fatm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffarzinzx%2Fatm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarzinzx%2Fatm/lists"}