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

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

In this project we implemented the class, 'solve' with some methods using test-driven development (TDD). The idea is to write tests first and then the code.
https://github.com/jugosack/tdd-project

git-flow pair-programming ruby test-driven-development-with-ruby

Last synced: 12 months ago
JSON representation

In this project we implemented the class, 'solve' with some methods using test-driven development (TDD). The idea is to write tests first and then the code.

Awesome Lists containing this project

README

          

# Test Driven Development (TDD)

# 📗 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)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 TDD_Ruby

A project where we use Test Driven Development using Ruby and RSpec

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **[Calculate Factorial of a number]()**
- **[Reverse a word]()**
- **[Show FizzBuzz]()**

(back to top)

## 🚀 Live Demo

- Live Demo link coming soon.

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

- Command line or terminal
- IDE such as VsCode.
- Ruby needs to be installed on your system.

- To install [Ruby](https://www.ruby-lang.org/en/documentation/installation/)
```
ruby main.rb
```

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/jugosack/TDD-project.git
```

## Install

Example command:

```sh
bundle install (install all dependencies)
```

## Usage

```sh
ruby main

```

(back to top)

## 👥 Authors

👤 **Jugoslav Achkoski**

- GitHub: [@github](https://github.com/jugosack)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/jugoslavachkoski/)
- Twitter: [twitter](https://twitter.com/Jugoslav_A)
- Facebook: [facebook](https://www.facebook.com/jugoslav.ackoski/)

👤 **Mark Fenekayas**

- GitHub: [@Fene-87](https://github.com/Fene-87)
- Twitter: [@markfen4](https://twitter.com/markfen4)
- LinkedIn: [Mark Fenekayas](https://www.linkedin.com/in/mark-fenekayas-67378220b/)

👤 **Innocent Chase**

- GitHub: [@chaseknis](https://github.com/Chaseknis)
- Twitter: [@ChaseToTheWorld](https://twitter.com/chasetotheworld)
- LinkedIn: [Innocent N.](https://www.linkedin.com/in/innocent-n-200826252/)

(back to top)

## 🔭 Future Features

- **Add unit tests.**
- **Add More Methods**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/jugosack/TDD-project.git/issues).

(back to top)

## ⭐️ Show your support

If you like this project, give it a ⭐️ and let me know what you like in particular.

(back to top)

## 🙏 Acknowledgments

I would like to thank the microverse community for the useful content.

(back to top)

## 📝 License

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

(back to top)