{"id":17565973,"url":"https://github.com/dianabeki/ruby-tdd-solver","last_synced_at":"2025-10-18T02:05:00.079Z","repository":{"id":194655023,"uuid":"691478887","full_name":"DianaBeki/Ruby-TDD-solver","owner":"DianaBeki","description":"[Ruby TDD Solver] - is a Ruby project featuring a Solver class. This class includes methods for factorial calculation, string reversal, and implementing FizzBuzz. The development of these methods follows the Test-Driven Development (TDD) approach and is tested using the RSpec gem.","archived":false,"fork":false,"pushed_at":"2023-10-04T22:25:20.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-02-04T14:22:09.196Z","etag":null,"topics":["rspec-testing","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/DianaBeki.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-14T09:03:12.000Z","updated_at":"2023-09-15T09:07:06.000Z","dependencies_parsed_at":"2024-12-09T18:24:31.351Z","dependency_job_id":"6c07c568-1373-4e41-b501-465094d7bfd2","html_url":"https://github.com/DianaBeki/Ruby-TDD-solver","commit_stats":null,"previous_names":["dianabeki/ruby-tdd-solver"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DianaBeki%2FRuby-TDD-solver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DianaBeki%2FRuby-TDD-solver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DianaBeki%2FRuby-TDD-solver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DianaBeki%2FRuby-TDD-solver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DianaBeki","download_url":"https://codeload.github.com/DianaBeki/Ruby-TDD-solver/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246188832,"owners_count":20737759,"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":["rspec-testing","ruby"],"created_at":"2024-10-21T14:46:08.768Z","updated_at":"2025-10-18T02:05:00.053Z","avatar_url":"https://github.com/DianaBeki.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003c!--\nHOW TO USE:\nThis is an example of how you may give instructions on setting up your project locally.\n\nModify this file to match your project and remove sections that don't apply.\n\nREQUIRED SECTIONS:\n- Table of Contents\n- About the Project\n  - Built With\n  - Live Demo\n- Getting Started\n- Authors\n- Future Features\n- Contributing\n- Show your support\n- Acknowledgements\n- License\n\nOPTIONAL SECTIONS:\n- FAQ\n\nAfter you're finished please remove all the comments and instructions!\n--\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003c!-- You are encouraged to replace this logo with your own! Otherwise you can also remove it. --\u003e\n  \u003cbr/\u003e\n\n  \u003ch3\u003e\u003cb\u003eRuby-TDD-Solver\u003c/b\u003e\u003c/h3\u003e\n\n\u003c/div\u003e\n\n\u003c!-- TABLE OF CONTENTS --\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- [💻 Getting Started](#getting-started)\n  - [Setup](#setup)\n  - [Prerequisites](#prerequisites)\n  - [Install](#install)\n  - [Usage](#usage)\n  - [Run tests](#run-tests)\n- [👥 Authors](#authors)\n- 🔭 Future Features(#future features)\n- [🤝 Contributing](#contributing)\n- [⭐️ Show your support](#support)\n- [🙏 Acknowledgements](#acknowledgements)\n- [📝 License](#license)\n\n\u003c!-- PROJECT DESCRIPTION --\u003e\n\n# 📖 [Ruby-TDD-Solver] \u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\n[Ruby TDD Solver] - is a Ruby project featuring a Solver class. This class includes methods for factorial calculation, string reversal, and implementing FizzBuzz. The development of these methods follows the Test-Driven Development (TDD) approach and is tested using the RSpec gem.\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- **Ruby**\n\n\u003c!-- Features --\u003e\n\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- **[Unit Tests for factorial, reverse and fizzbuzz methods]**\n- **[Solver class]**\n- **[factorial, reverse and fizzbuzz methods]**\n\n## Getting Started\n\nTo get a local copy up and running follow these simple example steps.\n\n### Prerequisites\n\n- Git/GitHub;\n- Optional ( IDE installed in your machine ) - recommended IDE: Vscode;\n- Ruby Installed in your machine;\n\n### Setup\n\n- To clone this repo:\n  - Open the Terminal(Mac/Linux) or the Cmd (Windows);\n  - Navigate to where you want to paste the Repo folder;\n  - Run the following commands\n```\ngit clone https://github.com/DianaBeki/Ruby-TDD-solver\ncd Ruby-TDD-Solver\n```\n\n\n### Install\n```\n  bundle install\n```  \n\n### Usage\n```\nruby\n```\n### Run tests\n```\nrspec \n```\n\n\u003c!-- AUTHORS --\u003e\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Diana Beki**\n- GitHub: [@Github](https://github.com/DianaBeki)\n- Twitter: [@Twitter](https://twitter.com/home)\n- LinkedIn: [@LinkedIn](https://www.linkedin.com/in/diana-beki/)\n\n\n👤 **Uwimbabazi Dorcas**\n\n- GitHub: [@Dorcas126](https://github.com/Dorcas126)\n- Twitter: [@Dorcasuw](https://twitter.com/Dorcasuwi)\n- LinkedIn: [Uwimbabazi Dorcas](https://www.linkedin.com/in/uwimbabazi-dorcas-956a5a226/)\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  - Add design for User Interface\n  - Add tests\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/DianaBeki/Ruby-TDD-solver/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 give ⭐️\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\nWe would like to express my gratitude to Microverse for initiating the idea behind this project.\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\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%2Fdianabeki%2Fruby-tdd-solver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdianabeki%2Fruby-tdd-solver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdianabeki%2Fruby-tdd-solver/lists"}