{"id":17865570,"url":"https://github.com/santosh-konappanavar/tdd_project","last_synced_at":"2026-05-03T02:39:52.507Z","repository":{"id":171966050,"uuid":"648656404","full_name":"Santosh-Konappanavar/TDD_Project","owner":"Santosh-Konappanavar","description":"TDD (Test-Driven Development) is a software development methodology where automated tests are written before writing the actual code. In this project, we implemented a class following TDD principles, ensuring that the code is thoroughly tested by creating tests that define the expected behavior and then writing the code to pass those tests.","archived":false,"fork":false,"pushed_at":"2023-06-02T15:14:27.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"development","last_synced_at":"2025-02-08T12:16:03.023Z","etag":null,"topics":["postgresql-database","rspec","ruby","server"],"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/Santosh-Konappanavar.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-06-02T13:35:18.000Z","updated_at":"2023-09-11T07:56:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"4a9821a9-6c2e-46c8-ad22-8c203782f588","html_url":"https://github.com/Santosh-Konappanavar/TDD_Project","commit_stats":null,"previous_names":["santosh-konappanavar/tdd_project"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Santosh-Konappanavar%2FTDD_Project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Santosh-Konappanavar%2FTDD_Project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Santosh-Konappanavar%2FTDD_Project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Santosh-Konappanavar%2FTDD_Project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Santosh-Konappanavar","download_url":"https://codeload.github.com/Santosh-Konappanavar/TDD_Project/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246899639,"owners_count":20851893,"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":["postgresql-database","rspec","ruby","server"],"created_at":"2024-10-28T09:22:16.041Z","updated_at":"2026-05-03T02:39:47.486Z","avatar_url":"https://github.com/Santosh-Konappanavar.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"readme-top\"\u003e\u003c/a\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"https://cdn-icons-png.flaticon.com/512/6132/6132219.png\" alt=\"logo\" width=\"140\"  height=\"auto\" /\u003e\n  \u003cbr/\u003e\n\n  \u003ch3\u003e\u003cb\u003eTDD Project\u003c/b\u003e\u003c/h3\u003e\n\n\u003c/div\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  \u003c!-- - [🚀 Live Demo](#live-demo) --\u003e\n- [💻 Getting Started](#getting-started)\n  - [Setup](#setup)\n  - [Prerequisites](#prerequisites)\n  - [Install](#install)\n  - [Usage](#usage)\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 Project\u003ca name=\"about-project\"\u003e\u003c/a\u003e\n\nTDD (Test-Driven Development) is a software development methodology where automated tests are written before writing the actual code. In this project, we implemented a class following TDD principles, ensuring that the code is thoroughly tested by creating tests that define the expected behavior and then writing the code to pass those tests.\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  \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\n### Key Features \u003ca name=\"key-features\"\u003e\u003c/a\u003e\n\n- User can calculate factorial number\n- User can reverse their input word\n- User can play Fizzbuzz game using this project\n\n\u003c!-- \u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e --\u003e\n\n\u003c!-- ## 🚀 Live Demo \u003ca name=\"live-demo\"\u003e\u003c/a\u003e\n\n- Not available --\u003e\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\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  \n### Setup\n\nClone this repository to your desired folder:\n\n\u003cul\u003e\n\u003cli\u003ecd my-folder\u003c/li\u003e\n\u003cli\u003egit clone git@github.com:Santosh-Konappanavar/TDD Project.git\u003c/li\u003e\n\u003c/ul\u003e\n\n### Install\n\nInstall this project with:\n\n\u003cul\u003e\n\u003cli\u003ebundle install\u003c/li\u003e\n\u003c/ul\u003e\n\n### Usage\n\nTo run the project, execute the following command:\n\n\u003cul\u003e\n\u003cli\u003eruby tdd_project.rb\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n\n## 👥 Authors \u003ca name=\"authors\"\u003e\u003c/a\u003e\n\n👤 **Santosh Konappanavar**\n\n- GitHub: [@Santosh-Konappanavar](https://github.com/Santosh-Konappanavar)\n- Twitter: [@SantoshKonapp1](https://twitter.com/SantoshKonappa1)\n- LinkedIn: [@Santosh Konappanavar](https://www.linkedin.com/in/santosh-konappanavar/)\n\n👤 **Okpara Blessing Oluchi**\n\n- GitHub: [@Okpara Blessing Oluchi](https://github.com/Luchy-B)\n- LinkedIn: [@Okpara Blessing Oluchi](https://www.linkedin.com/in/blessingokpara)\n\n## 🔭 Future Features \u003ca name=\"future-features\"\u003e\u003c/a\u003e\n\n- [ ] We will add more feature by adding methods to enhance the user experience\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/Santosh-Konappanavar/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\nIf you like this project give this repo a star and reach out on our social media, and we will be happy to know about it! 😃\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\nWe would like to thank the Microverse team for their invaluable resources\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](https://github.com/Santosh-Konappanavar/TDD_Project/blob/development/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%2Fsantosh-konappanavar%2Ftdd_project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsantosh-konappanavar%2Ftdd_project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsantosh-konappanavar%2Ftdd_project/lists"}