Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abdelaziz-mahdi/tdd

Doing test-driven development (TDD) for a class with some methods
https://github.com/abdelaziz-mahdi/tdd

Last synced: 28 days ago
JSON representation

Doing test-driven development (TDD) for a class with some methods

Awesome Lists containing this project

README

        


logo

TDD

# ๐Ÿ“— Table of Contents

- [๐Ÿ“– About the Project](#about-project)
- [๐Ÿ›  Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [๐Ÿ’ป Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [๐Ÿ‘ฅ Authors](#authors)
- [๐Ÿ”ญ Future Features](#future-features)
- [๐Ÿค Contributing](#contributing)
- [โญ๏ธ Show your support](#support)
- [๐Ÿ™ Acknowledgements](#acknowledgements)
- [๐Ÿ“ License](#license)

# ๐Ÿ“– School Library

**TDD** In this project we implemented a class with some methods, but we did it by doing test-driven development (TDD).

## ๐Ÿ›  Built With

### Tech Stack

Client

### Key Features

- **TDD**.
- **Classic challenge**.

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

### Setup

Clone this repository to your desired folder:

Example commands:

```sh
cd TDD
git clone [email protected]:Abdelaziz-Mahdi/TDD.git
```

### Install

Install this project with:

Example command:

```sh
bundle install
```

(back to top)

## ๐Ÿ‘ฅ Authors

๐Ÿ‘ค **lRebornsl**

- GitHub: [@lRebornsl](https://github.com/lRebornsl)
- Twitter: [@RebornsDev](https://twitter.com/RebornsDev)
- LinkedIn: [Anthony Vรกsquez](https://www.linkedin.com/in/avvm98/)

๐Ÿ‘ค **Abdelaziz Mahdi**

- GitHub: [@Abdelaziz-Mahdi](https://github.com/Abdelaziz-Mahdi)
- Twitter: [@_AbdelazizMahdi](https://twitter.com/_AbdelazizMahdi)
- LinkedIn: [in/abdelaziz-mahdi](https://www.linkedin.com/in/abdelaziz-mahdi)

(back to top)

## ๐Ÿ”ญ Future Features

- [ ] **Build new methods.**

(back to top)

## ๐Ÿค Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Abdelaziz-Mahdi/TDD/issues).

(back to top)

## โญ๏ธ Show your support

If you like this project please show us support by givintg it a star.

(back to top)

## ๐Ÿ™ Acknowledgments

I would like to thank my colleagues at Microverse for their support during the project.

(back to top)

## ๐Ÿ“ License

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

(back to top)