Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/belmeetmule/tdd-rspec


https://github.com/belmeetmule/tdd-rspec

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

logo

About the project

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Test Driven Development ](#-test-driven-development-)
- [🛠 Built With ](#-built-with-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Steps to run the project](#steps-to-run-the-project)
- [Prerequisites](#prerequisites)
- [1 - Install Ruby.](#1---install-ruby)
- [Setup](#setup)
- [2 - Clone the repository.](#2---clone-the-repository)
- [Usage](#usage)
- [3 - run the project](#3---run-the-project)
- [👤 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 Test Driven Development

> In this project we are making the FizzBuzz app using the Test-Driven Development (TDD) principle.

**Test Driven Development** is a console app developed using TDD principle:

## 🛠 Built With

- **Ruby**

### Key Features

> Describe between 1-3 key features of the application.

- **Check for divisiblity of a number**
- **If a number is divisible by 3, the app returns fizz**
- **If a number is divisible by 5, the app returns buzz**
- **If a number is divisible by 3 and 5, the app returns fizzbuzz**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](not available)
> Live demo not available

(back to top)

## 💻 Getting Started

### Steps to run the project

### Prerequisites

#### 1 - Install Ruby.

### Setup

#### 2 - Clone the repository.
```
git clone https://github.com/belmeetmule/tdd-rspec.git
```

### Usage

#### 3 - run the project
```
rspec spec
```

(back to top)

## 👤 Authors

**👨‍💻 Mulugeta M.**

- GitHub: [@belmeetmule](https://github.com/belmeetmule)
- Twitter: [@belmeetmule](https://twitter.com/belmeetmule)
- LinkedIn: [belmeetmule](https://linkedin.com/in/belmeetmule)

**👨‍💻 Waris Haleem**

- GitHub: [@iAmWaris97](https://github.com/iAmWaris97)
- Twitter: [@iAmWaris97](https://twitter.com/iAmWaris97)
- LinkedIn: [Waris Haleem](https://www.linkedin.com/in/waris-haleem/)

(back to top)

## 🔭 Future Features

> 1 - 3 features we will add to the project.

- [ ] **Clean coding**

(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

> Please give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

> Thanks to all the developers whose code, documentations, and efforts helped us doing this project.

(back to top)

## 📝 License

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

(back to top)