Cluab / TDD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— 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)

About

License:MIT License


Languages

Language:Ruby 100.0%