Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stephenkati/tdd


https://github.com/stephenkati/tdd

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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)
- [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](#faq)
- [📝 License](#license)

# 📖 [TDD]

**[TDD]** Is an app making created making use of TDD methodology. It solves some mathematical problems name; Fizzbuzz, reverse, and Factorial.

## 🛠 Built With

### Tech Stack

Ruby

### Key Features

- **[Class functionality]**

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

```sh
bundle install
```

### Setup

Clone this repository to your desired folder:

```sh
cd TDD
git clone https://github.com/stephenkati/TDD.git
```

### Install

Install this project with:

```sh
cd TDD
bundle install
gem install --no-document rubocop -v '>= 1.0, < 2.0'
gem install rspec
```

### Usage

To run the project, execute the following command:

```sh
ruby main.rb
or
./main
```

### Run tests

To run tests, run the following command:

- `rubocop --color`
- `rspec spec --format doc`

### Deployment

- Project is not deployed

(back to top)

## 👥 Authors

👤 **Author1**
*[STEPHEN KATULI]*

- GitHub: [@githubhandle](https://github.com/stephenkati)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/stephen-katuli/)

👤 **Author2**
*[AHMAD SAEED]*

- GitHub: [@ehmaddd](https://github.com/ehmaddd)
- LinkedIn: [@ehmaddd](https://www.linkedin.com/in/ehmaddd/)

(back to top)

## 🔭 Future Features

- [ ] **[Add different structure]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

If you like this project please show support by staring ⭐️.

(back to top)

## 🙏 Acknowledgments

* We would like to thank Microverse for accommodating us in the Full-time Software Development program.

(back to top)

## 📝 License

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

(back to top)