{"id":15771651,"url":"https://github.com/mnisarali/tdd-project","last_synced_at":"2025-03-14T01:30:48.862Z","repository":{"id":234875279,"uuid":"621771053","full_name":"MNisarAli/TDD-Project","owner":"MNisarAli","description":"This repository implements a class with several methods using Test-Driven Development (TDD) methodology. The focus is on writing tests first and then implementing the code.","archived":false,"fork":false,"pushed_at":"2023-04-01T14:31:59.000Z","size":564,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2024-10-11T15:10:18.317Z","etag":null,"topics":["mocks","rspec","tdd","testing","unit-testing"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/MNisarAli.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}},"created_at":"2023-03-31T10:55:55.000Z","updated_at":"2023-06-12T07:33:31.000Z","dependencies_parsed_at":"2024-04-21T09:24:49.955Z","dependency_job_id":"342fc816-1e2b-43ed-b4f9-c2a19b9f3494","html_url":"https://github.com/MNisarAli/TDD-Project","commit_stats":null,"previous_names":["mnisarali/tdd-project"],"tags_count":0,"template":false,"template_full_name":"microverseinc/readme-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MNisarAli%2FTDD-Project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MNisarAli%2FTDD-Project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MNisarAli%2FTDD-Project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MNisarAli%2FTDD-Project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MNisarAli","download_url":"https://codeload.github.com/MNisarAli/TDD-Project/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221427455,"owners_count":16819032,"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":["mocks","rspec","tdd","testing","unit-testing"],"created_at":"2024-10-04T15:03:55.111Z","updated_at":"2024-10-25T13:10:53.599Z","avatar_url":"https://github.com/MNisarAli.png","language":"Ruby","readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n  [![Ruby](https://cdn.emojidex.com/emoji/px128/Ruby.png \"Ruby\") ](https://www.ruby-lang.org)\n\u003c/div\u003e\n\n\n\u003c!-- TABLE OF CONTENTS --\u003e\n\n# 📗 Table of Contents\n\n- [📗 Table of Contents](#-table-of-contents)\n- [TDD Project ](#tdd-project-)\n  - [🛠 Built With ](#-built-with-)\n    - [Tech Stack ](#tech-stack-)\n    - [Key Features ](#key-features-)\n  - [💻 Getting Started ](#-getting-started-)\n    - [Prerequisites](#prerequisites)\n    - [Setup](#setup)\n  - [👥 Authors ](#-authors-)\n  - [🔭 Future Features ](#-future-features-)\n  - [🤝 Contributing ](#-contributing-)\n  - [💖 Show your support ](#-show-your-support-)\n  - [🙏 Acknowledgments ](#-acknowledgments-)\n  - [📝 License ](#-license-)\n\n\u003c!-- PROJECT DESCRIPTION --\u003e\n\n# TDD Project \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n**TDD Project** implements a class with several methods using Test-Driven Development (TDD) methodology. The focus is on writing tests first and then implementing the code, which will be evident from the commit history.\n\n## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n\n### Tech Stack \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eLanguage\u003c/summary\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"https://www.ruby-lang.org/en/\"\u003eRuby\u003c/a\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/details\u003e\n\n\u003c!-- Features --\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\nThe key features of this project include.\n\n- **Implementation of TDD Methodology**\n- **Mokcs Implementation**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n\u003c!-- GETTING STARTED --\u003e\n\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\nTo get a local copy up and running, follow these steps.\n\n### Prerequisites\n\nIn order to run this project you need:\n\n- [x] Ruby installed.\n- [x] A code editor like Visual Studio Code with Git installed.\n\n### Setup\n\nTo setup the project locally: clone the repository using:\n\n```\ngit clone git@github.com:MNisarAli/TDD-Project.git\n```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n\u003c!-- AUTHORS --\u003e\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n The collaborators of this project.\n\n👤 **M Nisar Ali**\n\n- GitHub: [@MNisarAli](https://github.com/MNisarAli)\n- Gmail: [Muhammad Nisar Ali](mailto:dr.nisaralig@gmail.com)\n- LinkedIn: [Muhammad Nisar Ali](https://linkedin.com/in/muhammad-nisar-ali-45a865251)\n\n👤 **Amaka Laura Konwea**\n- GitHub: [@githubhandle](https://github.com/lawrahkonwea)\n- Twitter: [@twitterhandle](https://twitter.com/lawrah_xo)\n- LinkedIn: [LinkedIn](https://www.linkedin.com/in/amakalaurakonwea/)\n\n👤 **Thinus Van De Venter**\n\n- GitHub: [@Thinus01](https://github.com/Thinus01)\n- Twitter: [@thinus_v_d_v](https://twitter.com/thinus_v_d_v)\n- LinkedIn: [Thinus Van De Venter](https://www.linkedin.com/in/thinus-van-de-venter-99aa26203)\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n\u003c!-- FUTURE FEATURES --\u003e\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\n- [ ] **Unit tests**\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n\u003c!-- CONTRIBUTING --\u003e\n## 🤝 Contributing \u003ca name=\"contributing\"\u003e\u003c/a\u003e\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](../../issues/).\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n\u003c!-- SUPPORT --\u003e\n## 💖 Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nGive a ⭐️, if you like this project!\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n\u003c!-- ACKNOWLEDGEMENTS --\u003e\n## 🙏 Acknowledgments \u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\n I would like to thank:\n- [Microverseinc](https://github.com/microverseinc) for [Readme-template](https://github.com/microverseinc/readme-template).\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n\u003c!-- LICENSE --\u003e\n## 📝 License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is [MIT](./LICENSE) licensed.\n\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnisarali%2Ftdd-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmnisarali%2Ftdd-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmnisarali%2Ftdd-project/lists"}