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

https://github.com/markokermi/tdd_project

This is a project where I implement a class with methods, it's done with test-driven development (TDD). The idea was to learn to write tests first and then the code.
https://github.com/markokermi/tdd_project

tdd-ruby

Last synced: 11 months ago
JSON representation

This is a project where I implement a class with methods, it's done with test-driven development (TDD). The idea was to learn to write tests first and then the code.

Awesome Lists containing this project

README

          


TDD Project


# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 TDD Project

This is a FizzBuzz,Factorial and Reverse solver project using the TDD method.

## 🛠 Built With

>Ruby
### Tech Stack
> This project use Ruby language.

### Key Features
- **OOP Design Patterns**

(back to top)

## 💻 Getting Started with section

# Installer packages

- bundle install

# Run file

- ruby main.rb

### Setup

Clone this [repository](https://github.com/MarkoKermi/TDD_project.git) to your desired folder:

```sh
cd my-folder
git clone https://github.com/MarkoKermi/TDD_project.git
cd school_library
```

(back to top)

## 👥 Author

👤 **Marko Kermichiev**

- GitHub: [@MarkoKermi](https://github.com/MarkoKermi)
- Twitter: [@twitterhandle](https://twitter.com/MarkoKerm)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/marko-kermichiev/)


👤 **Felix Adjei Sowah**

- Github: [@githubhandle](https://github.com/Lancelot-SO)
- Twitter: [@twitterhandle](https://twitter.com/Lancelot)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/felix-sowah)

👤 **Moses Wamae**

- GitHub: [@mosdevx](https://github.com/mosdevx)
- Twitter: [@moseswamae7](https://twitter.com/moseswamae7)
- LinkedIn: [LinkedIn](https://linkedin.com/in/moses-wamae-a13a67244)

(back to top)

## 🔭 Future Features

- [ ] **[Implement File Storage]**
- [ ] **[Implement Unit Tests]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/MarkoKermi/TDD_project/issues).

(back to top)

## ⭐️ Show your support

If you like this project, Give a ⭐️.

(back to top)

## 🙏 Acknowledgments

- Project from [Microverse](https://www.microverse.org/?grsf=i6yi2m) RUBY, DATABASES module

## 📝 License

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

(back to top)