{"id":23862647,"url":"https://github.com/larryivc/tdd-solver","last_synced_at":"2026-03-07T14:01:08.069Z","repository":{"id":181231714,"uuid":"666439154","full_name":"LarryIVC/TDD-solver","owner":"LarryIVC","description":"Apply the test-driven development (TDD)","archived":false,"fork":false,"pushed_at":"2023-07-15T00:51:32.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-11-21T14:37:58.321Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/LarryIVC.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-07-14T14:16:25.000Z","updated_at":"2023-07-15T00:51:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"a127435a-00cc-45fb-81d6-5b7057550fb1","html_url":"https://github.com/LarryIVC/TDD-solver","commit_stats":null,"previous_names":["larryivc/tdd-solver"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LarryIVC/TDD-solver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LarryIVC%2FTDD-solver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LarryIVC%2FTDD-solver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LarryIVC%2FTDD-solver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LarryIVC%2FTDD-solver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LarryIVC","download_url":"https://codeload.github.com/LarryIVC/TDD-solver/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LarryIVC%2FTDD-solver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30216489,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T13:35:13.914Z","status":"ssl_error","status_checked_at":"2026-03-07T13:35:13.569Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-03T07:17:21.841Z","updated_at":"2026-03-07T14:01:08.025Z","avatar_url":"https://github.com/LarryIVC.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TDD-solver\nApply the test-driven development (TDD)\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- [💻 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](#support)\n- [🙏 Acknowledgements](#acknowledgements)\n- [📝 License](#license)\n\n\n\n\n\u003c!-- PROJECT DESCRIPTION --\u003e\n\n# 📖 TDD-solver \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n\u003e  **TDD-solver** In this project you will implement a class with some methods, but you will do it by doing test-driven development (TDD). Remember that the idea is to write tests first and then the code. This will be verified in your commit history, so it is important to use the proper sequence.\n\n\n## 🛠 Built With \u003ca name=\"built-with\"\u003e\u003c/a\u003e\n  - Ruby\n\n### Tech Stack \u003ca name=\"tech-stack\"\u003e\u003c/a\u003e\n\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\n- **Factorial**\n- **Reverse**\n- **fizzbuzz**\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\n\n\u003c!-- GETTING STARTED --\u003e\n\n## 💻 Getting Started \u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\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- Any ruby interpreter.\n- Install Rspec\n\n\n\n### Setup\n\nClone this repository to your desired folder:\n\n\nExample commands:\n\n```sh\n  cd my-folder\n  git clone https://github.com/LarryIVC/TDD-solver\n```\n\n\n\u003c!-- AUTHORS --\u003e\n\n## 👥 Author \u003ca name=\"authors\"\u003eJesus Molina\u003c/a\u003e\n\n- GitHub: [@Sparktan24](https://github.com/Sparktan24)\n- Twitter: [@Sparktan1](https://twitter.com/Sparktan1)\n- LinkedIn: [Jesus Molina](https://www.linkedin.com/in/jesus-molina-2b104424a/)\n\n## 👤 **Larry Villegas**\n- GitHub: [@LarryIVC](https://github.com/LarryIVC)\n- Twitter: [@LarryVillegas](https://twitter.com/LarryVillegas)\n- LinkedIn: [LinkedIn](https://www.linkedin.com/in/larryvillegascostas/)\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\n- There are no future features planned at the moment.\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/Sparktan24/OOP-school-library/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 give it 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\n\nI would like to thank [Microverse](https://www.microverse.org/go?utm_source=google\u0026utm_medium=paid\u0026utm_campaign=search_europe\u0026gclid=CjwKCAjwq-WgBhBMEiwAzKSH6IxBgyh61fi4WRuQvUsaGigJMuzzc9177uC6mhMwXeriUDendiuvChoC20wQAvD_BwE) for the opportunity to conduct pair programming on this project.\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n\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\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flarryivc%2Ftdd-solver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flarryivc%2Ftdd-solver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flarryivc%2Ftdd-solver/lists"}