{"id":17821417,"url":"https://github.com/masumajaffery/tdd-project","last_synced_at":"2025-09-03T09:31:51.427Z","repository":{"id":240251528,"uuid":"694866347","full_name":"MasumaJaffery/TDD-Project","owner":"MasumaJaffery","description":"TDD is the Test Driven Development Technology that is about write tests before write a code and if code does not run according to test case then refactor code.","archived":false,"fork":false,"pushed_at":"2023-09-22T14:15:47.000Z","size":17,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2024-12-28T22:58:07.708Z","etag":null,"topics":["ruby","tdd"],"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/MasumaJaffery.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}},"created_at":"2023-09-21T21:26:59.000Z","updated_at":"2023-10-27T22:14:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"59d77609-3342-4be2-861d-304af088b572","html_url":"https://github.com/MasumaJaffery/TDD-Project","commit_stats":null,"previous_names":["masumajaffery/tdd-project"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MasumaJaffery%2FTDD-Project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MasumaJaffery%2FTDD-Project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MasumaJaffery%2FTDD-Project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MasumaJaffery%2FTDD-Project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MasumaJaffery","download_url":"https://codeload.github.com/MasumaJaffery/TDD-Project/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231863917,"owners_count":18437724,"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":["ruby","tdd"],"created_at":"2024-10-27T17:17:25.774Z","updated_at":"2024-12-30T13:32:11.869Z","avatar_url":"https://github.com/MasumaJaffery.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TDD\n## Getting Started\n\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n# 📗 Table of Contents\n\n- [📖 About the Project](#about-project)\n  - [🛠 Built With](#built-with)\n    - [Tech Stack](#tech-stack)\n    - [Key Features](#key-features)\n  \u003c!-- - [🚀 Live Demo](#live-demo) --\u003e\n- [💻 Getting Started](#getting-started)\n  - [Setup](#setup)\n  - [Prerequisites](#prerequisites)\n  - [Install](#install)\n  - [Usage](#usage)\n  - [Run tests](#run-tests)\n  - [Deployment](#triangular_flag_on_post-deployment)\n- [👥 Authors](#authors)\n- [🔭 Future Features](#future-features)\n- [🤝 Contributing](#contributing)\n- [⭐️ Show your support](#support)\n- [🙏 Acknowledgements](#acknowledgements)\n- [📝 License](#license)\n\n# 📖 [Test Driven Development] \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n**[TDD]**In this project We will implement a class with some methods, but We will do it by doing test-driven development (TDD). The idea is to write tests first and then the code. This will be verified in Our commits history.\n\n# Flow Chart\nWrite Test =\u003e Write Code =\u003e  Run Test =\u003e  If Fails =\u003e Refactor Code =\u003e Run Test =\u003e Repeat Process of Refactor until Test Passed! \n\n# Main Points \n1. Write the Test Case first.\n2. Write the Code in accordance with the Test Case.\n3. Run the Test Case and Refactor if the Test Case Failed!\n\n## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n### Tech Stack \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eDatabase\u003c/summary\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca\u003eRuby\u003c/a\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/details\u003e\n\n\n\u003c!-- Features --\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- **[Using Ruby language]**\n- **[Using Class]**\n- **[Using OOP]**\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- the Ruby should be installed in your machine.\n- Run `ruby main.rb`.\n\n### Setup\n\nClone this repository to your desired folder:\n\n- `git clone https://github.com/MasumaJaffery/TDD-Project`\n\n\u003c!-- AUTHORS --\u003e\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Najibullah Jafari**\n\n- GitHub: [Najibullah_jafari](https://github.com/najibullahjafari)\n- Twitter: [Najibullah_jafari](https://twitter.com/Najib_Jafari_)\n- LinkedIn: [Najibullah_jafari](https://www.linkedin.com/in/najibullahjafari/)\n\n👤 **Syeda Masuma Fatima**\n\n- GitHub: [@MasumaJaffery](https://github.com/MasumaJaffery)\n- Twitter: [@MasumaJaffery](https://twitter.com/MasumaJaffery)\n- LinkedIn: [Masuma Jaffery](https://www.linkedin.com/in/masuma-jaffery-797a29256/)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## Future Features\n\n- I think about how to make it fast.\n- I will make a oop class for it.\n- We will do our best to decrease duplication of code.\n\n\n\u003c!-- CONTRIBUTING --\u003e\n\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](https://github.com/MasumaJaffery/TDD-Project/issues/).\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- SUPPORT --\u003e\n\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\n\nIf you like this project that would be nice to put a star!\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- ACKNOWLEDGEMENTS --\u003e\n\n## 🙏 Acknowledgments \u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\nI would like to thank Microverse for their helpful practices.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- LICENSE --\u003e\n\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasumajaffery%2Ftdd-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmasumajaffery%2Ftdd-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasumajaffery%2Ftdd-project/lists"}