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

https://github.com/hanasabih/test-driven-development-practice

This repository has an implementation a `Solver` class with some methods using test-driven development (TDD). The idea is to write tests first and then the code. The project was done entirely with Ruby.
https://github.com/hanasabih/test-driven-development-practice

ruby

Last synced: 2 months ago
JSON representation

This repository has an implementation a `Solver` class with some methods using test-driven development (TDD). The idea is to write tests first and then the code. The project was done entirely with Ruby.

Awesome Lists containing this project

README

        

## Getting Started

This project will build the Test-Driven-Design-Practice.

# πŸ“— Table of Contents

- [πŸ“– About the Project](#about-project)
- [πŸ›  Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [πŸ’» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [πŸ“ License](#license)

# πŸ“–Test-Driven-Design-Practice

> In this project, we implemented a class with some methods, but we did it by doing test-driven development (TDD).

## πŸ›  Built With

### Tech Stack

- Ruby
- Terminal
- IRB
- VSCODE
- rspec

### Key Features

- TDD

(back to top)

## πŸ’» Getting Started

- Clone this repo `https://github.com/HanaSabih/Test-Driven-Development-Practice.git`
- Use command `cd test_driven_development` and have fun.

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **HienPhan**

- GitHub: [Github](https://github.com/hienphan0111)
- Twitter: [Twister](https://twitter.com/hienphan0111)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/hien-phan-61097b256/)

πŸ‘€ **Rudy Menekam**

- GitHub: [@githubhandle](https://github.com/Rudy-Menekam)
- Twitter: [@twitterhandle](https://twitter.com/MenekamR)
- LinkedIn: [linkedIn](https://www.linkedin.com/in/menekam-rudy/)

πŸ‘€ **Hana Sabih**

- GitHub: [Github](https://github.com/HanaSabih)
- Twitter: [Twister](https://twitter.com/HanaSabih)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/HanaSabih/)

(back to top)

## πŸ”­ Future Features

- Unit tests

(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 me a star.

(back to top)

## πŸ™ Acknowledgments

I would like to thank Microverse which provided me all knowledge about full stack development.

(back to top)

## πŸ“ License

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

(back to top)