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

https://github.com/adel-gu/tdd-practices


https://github.com/adel-gu/tdd-practices

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# 📗 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)
- [Install](#install)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [📝 License](#license)

# 📖 TDD Practices

This repo is mainly for practicing the art of writing tests before implementing the actual functionality using ruby programming.

## 🛠 Built With

### Tech Stack
- Built using [Ruby](https://www.ruby-lang.org/en/)

### Key Features

With this project you can use the following features such as:

- **Factorial:** you can get the factorial result for any given number.
- **Reverse:** if you want to see the result of reversing any given string, use the reverse method.
- **FizzBuzz:** have fun by giving number to fizzbuzz method and see what result you get.

(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 should be installed to your local machin
- Use any Text Editor, I prefer `VsCode`.

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/adel-gu/TDD-Practices.git
```

### Install

Install this project with:

```sh
cd my-project
bundle install
```

### Run tests

To run tests, run the following command:

Example command:

```sh
rspec spec spec/solver_spec.rb
```

## 👥 Authors

👤 **Adel Guitoun**

- GitHub: [@adel-gu](https://github.com/adel-gu)
- Twitter: [@GuitounAdel](https://twitter.com/GuitounAdel)
- LinkedIn: [adelguitoun](https://linkedin.com/in/adelguitoun)

👤 **Mahmoud Rizk**

- GitHub: [@Elerqsousy](https://github.com/Elerqsousy)
- LinkedIn: [Mahmoud (Riz) El Erqsousy](https://www.linkedin.com/in/mahmoud-rizk-elerqsousy/)

(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 start ⭐️

(back to top)

## 📝 License

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

(back to top)