{"id":24191087,"url":"https://github.com/iamsjunaid/tdd","last_synced_at":"2025-09-21T14:32:14.258Z","repository":{"id":187455704,"uuid":"676874803","full_name":"iamsjunaid/TDD","owner":"iamsjunaid","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-10T16:03:26.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2024-05-18T15:49:21.614Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/iamsjunaid.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}},"created_at":"2023-08-10T08:01:40.000Z","updated_at":"2023-10-02T16:22:01.000Z","dependencies_parsed_at":"2023-08-10T15:01:30.814Z","dependency_job_id":"aac73679-bdbb-4015-afdb-550494d36bcf","html_url":"https://github.com/iamsjunaid/TDD","commit_stats":null,"previous_names":["iamsjunaid/tdd"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamsjunaid%2FTDD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamsjunaid%2FTDD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamsjunaid%2FTDD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamsjunaid%2FTDD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamsjunaid","download_url":"https://codeload.github.com/iamsjunaid/TDD/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233761324,"owners_count":18726116,"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":[],"created_at":"2025-01-13T15:10:30.990Z","updated_at":"2025-09-21T14:32:08.988Z","avatar_url":"https://github.com/iamsjunaid.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📗 Table of Contents\n- [📗 Table of Contents](#-table-of-contents)\n- [📖 About ](#-about-)\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    - [Install](#install)\n    - [Usage ](#usage-)\n    - [Test ](#test-)\n  - [👥 Authors ](#-authors-)\n  - [🔭 Future Features ](#-future-features-)\n  - [🤝 Contributing ](#-contributing-)\n  - [⭐️ Show your support ](#️-show-your-support-)\n  - [🙏 Acknowledgement ](#acknowledgement)\n  - [📝 License ](#-license-)\n\n\u003c!-- PROJECT DESCRIPTION --\u003e\n\n# 📖 About \u003ca name=\"about-the-project\"\u003e\u003c/a\u003e\n _**TDD**_ built with [Ruby](https://www.ruby-lang.org/en/). In this project We have created:\n\n 1. `solver.rb`\n - This class contains the functions implemented in the `solver_spec.rb` file.\n \n 2. `solver_spec.rb`\n - This file container the test cases for the functions implemented in the `solver.rb` file.\n - It consist of 7 test cases.\n\n We have created this project to learn and practice the following:\n\n    - [x] Ruby\n    - [x] TDD(Test Driven Development)\n    - [x] RSpec\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\u003eClient\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    \u003cli\u003e\u003ca href=\"https://github.com/microverseinc/linters-config/tree/master/ruby\"\u003eLinters\u003c/a\u003e\u003c/li\u003e\n\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\n- Test Driven Development.\n- Faster Development.\n \n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- GETTING STARTED --\u003e\n\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\n### Prerequisites\n\nIn order to run this project you need:\n\n- [Ruby](https://www.ruby-lang.org/en/) installed and running. To get more information, read the [installation instructions](https://github.com/microverseinc/curriculum-ruby/blob/main/simple-ruby/articles/ruby_installation_instructions.md).\n- You should be able to use [IRB](https://en.wikipedia.org/wiki/Ruby_(programming_language)#Features).\n### Setup\n\nClone this repository to your desired folder:\n\n```\n  git clone git@github.com:iamsjunaid/tdd.git\n  cd tdd\n```\n\n### Install\n\nInstall project dependencies with:\n\n```\n  bundle install\n```\n\n### Usage \u003ca name=\"usage\"\u003e\u003c/a\u003e\n\nTo run the project, instantiate the class files in `main.rb` and execute the following command:\n\n```\n  ruby solver.rb\n```\n\n### Test \u003ca name=\"test\"\u003e\u003c/a\u003e\n\nTo run the tests, execute the following command:\n\n```\n  bundle exec rspec\n```\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- AUTHORS --\u003e\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n👤 **Junaid Syed**\n\n- GitHub: [@iamsjunaid](https://github.com/iamsjunaid)\n- LinkedIn: [@JunaidAhmedSyed](https://www.linkedin.com/in/junaidahmedsyed/)\n\n👤 **Nahid Raihan Sardar**\n\n- GitHub: [@githubhandle](https://github.com/Nahid1911)\n- Medium: [Medium](https://medium.com/@nahid.raihan)\n- LinkedIn: [LinkedIn](https://www.linkedin.com/in/nahidraihan/)\n- Twitter: [Twitter](https://twitter.com/Nahid1911)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\u003c!-- FUTURE FEATURES --\u003e\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\n- I'll be adding some additional methods and the test cases to this project.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\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/iamsjunaid/tdd/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\nIf you like this project and want to support me make cooler projects Give this project a Star.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 🙏 Acknowledgments \u003ca name=\"acknowledgements\"\u003e\u003c/a\u003e\n\nI would like to thanks [Microverse](https://www.microverse.org/).\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\u003c!-- LICENSE --\u003e\n\n## 📝 License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is [MIT](https://github.com/iamsjunaid/tdd/blob/dev/LICENSE) licensed.\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%2Fiamsjunaid%2Ftdd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamsjunaid%2Ftdd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamsjunaid%2Ftdd/lists"}