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

https://github.com/simongideon/tdd-project

put in practice TDD
https://github.com/simongideon/tdd-project

Last synced: about 1 year ago
JSON representation

put in practice TDD

Awesome Lists containing this project

README

          


TEST DRIVEN DESIGN README

# 📗 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)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)

# 📖 [TEST DRIVEN DESIGN]

> In this project, I'm puttin in practice a test design project in Ruby.

## 🛠 Built With

### Tech Stack

> I used the following technologies in this design.

### Key Features

> The program entails the following.

- **Test factorails**
- **Test reverse string**
- **Test fizzbuzz**

(back to top)

## 💻 Getting Started

> Follow the following simple steps to run the project.

### Prerequisites

In order to run this project you need:

### Setup

Clone this repository to your desired folder:

### Install

Install this project with:

```sh
cd TDD-project
gem install
```

### Usage

To run the project, execute the following command:

Example command:

```sh
ruby {file_name.rb}
```

### Run tests

To run tests, run the following command:

```sh
rspec spec/
```

(back to top)

## 👥 Authors

👤 **Simon Gideon**

- GitHub: [@SimonGideon](https://github.com/SimonGideon)
- Twitter: [@Simo_Giddy](https://twitter.com/Simo_Giddy)
- LinkedIn: [mnayi-gideon](https://linkedin.com/in/mnayi-gideon)

(back to top)

## 🔭 Future Features

- **Add more function methods**
- **Provide live demo video**
- **Variety of arguments in methods**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## 📝 License

This project is [MIT](https://github.com/SimonGideon/OOP-school-library/blob/set-up-associations/LICENSE) licensed.