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

https://github.com/kidd254/tdd-project

The TDH (Test Driven Approach) project is meant to use a test driven approach to ensure that the project does not have any bugs at fist instance
https://github.com/kidd254/tdd-project

rspec ruby test-driven-development

Last synced: about 1 month ago
JSON representation

The TDH (Test Driven Approach) project is meant to use a test driven approach to ensure that the project does not have any bugs at fist instance

Awesome Lists containing this project

README

        

📗 Table of Contents

# 📖 TDD project

**TDD project** In this project you will implement a class with some methods, but you will do it by doing test-driven development (TDD).

## 🛠 Built With

### Tech Stack

- Ruby.

### Key Features

- Use of Ruby.
- Use TDD concepts

(back to top)

## 💻 Getting Started

### Prerequisites

In order to run this project you need to have:

- A code editor.

### Setup

To clone this repository to your desired folder, run the following command:

```
git clone https://github.com/Kidd254/TDD-project.git
```

(back to top)

## 👥 Authors

👤 **Lawrence Muema Kioko**

- GitHub: [@kidd254](https://github.com/Kidd254)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/lawrence-muema-kioko)

👤 **Andy Zam**

- GitHub: [Andres Zamorano](https://github.com/Dachrono)
- Twitter: [Andres Zamorano](https://twitter.com/Dachrono)
- LinkedIn: [Andres Zamorano](https://www.linkedin.com/in/andres-zamorano-785b77a1/)

(back to top)

## 🔭 Future Features

- Create new method.

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project please give it a star ⭐️

(back to top)

## 🙏 Acknowledgments

I would like to give credits to the following:

- **Microverse** for this readme template.

(back to top)

## 📝 License

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

(back to top)