{"id":17666575,"url":"https://github.com/jugosack/tdd-project","last_synced_at":"2025-07-16T21:34:07.919Z","repository":{"id":153948854,"uuid":"631150363","full_name":"jugosack/TDD-project","owner":"jugosack","description":"In this project we implemented the class, 'solve' with some methods using test-driven development (TDD). The idea is to write tests first and then the code.","archived":false,"fork":false,"pushed_at":"2023-04-22T10:55:22.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-03-30T12:42:28.635Z","etag":null,"topics":["git-flow","pair-programming","ruby","test-driven-development-with-ruby"],"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/jugosack.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-04-22T05:00:26.000Z","updated_at":"2023-05-10T06:27:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"2c57f8fa-a34b-4995-9ec8-81e6f8551617","html_url":"https://github.com/jugosack/TDD-project","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jugosack/TDD-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jugosack%2FTDD-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jugosack%2FTDD-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jugosack%2FTDD-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jugosack%2FTDD-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jugosack","download_url":"https://codeload.github.com/jugosack/TDD-project/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jugosack%2FTDD-project/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265542224,"owners_count":23785184,"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":["git-flow","pair-programming","ruby","test-driven-development-with-ruby"],"created_at":"2024-10-23T21:42:20.456Z","updated_at":"2025-07-16T21:34:07.886Z","avatar_url":"https://github.com/jugosack.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Test Driven Development (TDD)\n\n\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\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  - [🚀 Live Demo](#live-demo)\n- [💻 Getting Started](#getting-started)\n  - [Setup](#setup)\n  - [Prerequisites](#prerequisites)\n- [👥 Authors](#authors)\n- [🔭 Future Features](#future-features)\n- [🤝 Contributing](#contributing)\n- [⭐️ Show your support](#support)\n- [🙏 Acknowledgements](#acknowledgements)\n- [📝 License](#license)\n\n# 📖 TDD_Ruby\u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\nA project where we use Test Driven Development using Ruby and 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\u003csummary\u003eClient\u003c/summary\u003e\n  \u003cul\u003e\n    \u003cli\u003e\u003ca href=\"https://www.ruby-lang.org/en/documentation/\"\u003eRuby\u003c/a\u003e\u003c/li\u003e\n  \u003c/ul\u003e\n\u003c/details\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- **[Calculate Factorial of a number]()**\n- **[Reverse a word]()**\n- **[Show FizzBuzz]()**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 🚀 Live Demo \u003ca name=\"live-demo\"\u003e\u003c/a\u003e\n\n- Live Demo link coming soon.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\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- Command line or terminal\n- IDE such as VsCode.\n- Ruby needs to be installed on your system.\n\n- To install [Ruby](https://www.ruby-lang.org/en/documentation/installation/)\n```\nruby main.rb\n```\n\n### Setup\n\nClone this repository to your desired folder:\n\n```sh\n  cd my-folder\n  git clone https://github.com/jugosack/TDD-project.git\n```\n\n## Install\n\nExample command:\n\n```sh\n  bundle install (install all dependencies)\n```\n\n## Usage\n\n```sh\n ruby main\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\n\u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Jugoslav Achkoski**\n\n- GitHub: [@github](https://github.com/jugosack)\n- LinkedIn: [LinkedIn](https://www.linkedin.com/in/jugoslavachkoski/)\n- Twitter: [twitter](https://twitter.com/Jugoslav_A)\n- Facebook: [facebook](https://www.facebook.com/jugoslav.ackoski/)\n\n👤 **Mark Fenekayas**\n\n- GitHub: [@Fene-87](https://github.com/Fene-87)\n- Twitter: [@markfen4](https://twitter.com/markfen4)\n- LinkedIn: [Mark Fenekayas](https://www.linkedin.com/in/mark-fenekayas-67378220b/)\n\n👤 **Innocent Chase**\n\n- GitHub: [@chaseknis](https://github.com/Chaseknis)\n- Twitter: [@ChaseToTheWorld](https://twitter.com/chasetotheworld)\n- LinkedIn: [Innocent N.](https://www.linkedin.com/in/innocent-n-200826252/)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\n- **Add unit tests.**\n- **Add More Methods**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\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/jugosack/TDD-project.git/issues).\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## ⭐️ Show your support \u003ca name=\"support\"\u003e\u003c/a\u003e\n\nIf you like this project, give it a ⭐️ and let me know what you like in particular.\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 the microverse community for the useful content.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 📝 License \u003ca name=\"license\"\u003e\u003c/a\u003e\n\nThis project is [MIT](./LICENSE) licensed.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjugosack%2Ftdd-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjugosack%2Ftdd-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjugosack%2Ftdd-project/lists"}