/TDD

Primary LanguageRubyMIT LicenseMIT

📗 Table of Contents

📖

This project implements a class with some methods, led by test-driven development (TDD). The idea of this project is to enforce the idea of writing tests first and then the code.

🛠 Built With

Tech Stack

Database

Key Features

  • Has a method that takes in one argument, a string, and returns a reversed string
  • Has a method that takes in one argument, an integer and returns factorial of that number
  • Has a method that takes one argument, an integer, and returns a string

(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:

Ruby installed on your machine

Setup

Clone this repository to your desired folder:

clone repo to your desired folder:

git clone git@github.com:Cluab/TDD.git

Then

cd TDD

(back to top)

👥 Authors

👤 Ibrahim Suhail Alyousefi

👤 Gina

(back to top)

🔭 Future Features

  • Implement a method that solves mathematical calculations

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(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 for the idea of this project.

(back to top)

📝 License

This project is MIT licensed.

(back to top)