https://github.com/larryivc/tdd-solver
Apply the test-driven development (TDD)
https://github.com/larryivc/tdd-solver
Last synced: 3 months ago
JSON representation
Apply the test-driven development (TDD)
- Host: GitHub
- URL: https://github.com/larryivc/tdd-solver
- Owner: LarryIVC
- License: mit
- Created: 2023-07-14T14:16:25.000Z (almost 2 years ago)
- Default Branch: development
- Last Pushed: 2023-07-15T00:51:32.000Z (almost 2 years ago)
- Last Synced: 2025-01-03T07:17:58.215Z (5 months ago)
- Language: HTML
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TDD-solver
Apply the test-driven development (TDD)
## Table Of Contents- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)> **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.
Language
- **Factorial**
- **Reverse**
- **fizzbuzz**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Any ruby interpreter.
- Install Rspec
### Setup
Clone this repository to your desired folder:
Example commands:
```sh
cd my-folder
git clone https://github.com/LarryIVC/TDD-solver
```
## 👥 Author Jesus Molina
- GitHub: [@Sparktan24](https://github.com/Sparktan24)
- Twitter: [@Sparktan1](https://twitter.com/Sparktan1)
- LinkedIn: [Jesus Molina](https://www.linkedin.com/in/jesus-molina-2b104424a/)
## 👤 **Larry Villegas**
- GitHub: [@LarryIVC](https://github.com/LarryIVC)
- Twitter: [@LarryVillegas](https://twitter.com/LarryVillegas)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/larryvillegascostas/)
- There are no future features planned at the moment.
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Sparktan24/OOP-school-library/issues).
If you like this project give it a star!.
I would like to thank [Microverse](https://www.microverse.org/go?utm_source=google&utm_medium=paid&utm_campaign=search_europe&gclid=CjwKCAjwq-WgBhBMEiwAzKSH6IxBgyh61fi4WRuQvUsaGigJMuzzc9177uC6mhMwXeriUDendiuvChoC20wQAvD_BwE) for the opportunity to conduct pair programming on this project.
This project is [MIT](./LICENSE) licensed.