An open API service indexing awesome lists of open source software.

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)

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

> **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.

## 🛠 Built With
- Ruby

### Tech Stack

Language

### Key Features

- **Factorial**
- **Reverse**
- **fizzbuzz**

(back to top)

## 💻 Getting Started

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/)

(back to top)

## 🔭 Future Features

- There are no future features planned at the moment.

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Sparktan24/OOP-school-library/issues).

(back to top)

## ⭐️ Show your support

If you like this project give it a star!.

(back to top)

## 🙏 Acknowledgments

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.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)