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

https://github.com/dianabeki/ruby-tdd-solver

[Ruby TDD Solver] - is a Ruby project featuring a Solver class. This class includes methods for factorial calculation, string reversal, and implementing FizzBuzz. The development of these methods follows the Test-Driven Development (TDD) approach and is tested using the RSpec gem.
https://github.com/dianabeki/ruby-tdd-solver

rspec-testing ruby

Last synced: 8 months ago
JSON representation

[Ruby TDD Solver] - is a Ruby project featuring a Solver class. This class includes methods for factorial calculation, string reversal, and implementing FizzBuzz. The development of these methods follows the Test-Driven Development (TDD) approach and is tested using the RSpec gem.

Awesome Lists containing this project

README

          




Ruby-TDD-Solver

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

# 📖 [Ruby-TDD-Solver]

[Ruby TDD Solver] - is a Ruby project featuring a Solver class. This class includes methods for factorial calculation, string reversal, and implementing FizzBuzz. The development of these methods follows the Test-Driven Development (TDD) approach and is tested using the RSpec gem.

## 🛠 Built With
### Tech Stack

- **Ruby**

### Key Features

- **[Unit Tests for factorial, reverse and fizzbuzz methods]**
- **[Solver class]**
- **[factorial, reverse and fizzbuzz methods]**

## Getting Started

To get a local copy up and running follow these simple example steps.

### Prerequisites

- Git/GitHub;
- Optional ( IDE installed in your machine ) - recommended IDE: Vscode;
- Ruby Installed in your machine;

### Setup

- To clone this repo:
- Open the Terminal(Mac/Linux) or the Cmd (Windows);
- Navigate to where you want to paste the Repo folder;
- Run the following commands
```
git clone https://github.com/DianaBeki/Ruby-TDD-solver
cd Ruby-TDD-Solver
```

### Install
```
bundle install
```

### Usage
```
ruby
```
### Run tests
```
rspec
```

## 👥 Authors

👤 **Diana Beki**
- GitHub: [@Github](https://github.com/DianaBeki)
- Twitter: [@Twitter](https://twitter.com/home)
- LinkedIn: [@LinkedIn](https://www.linkedin.com/in/diana-beki/)

👤 **Uwimbabazi Dorcas**

- GitHub: [@Dorcas126](https://github.com/Dorcas126)
- Twitter: [@Dorcasuw](https://twitter.com/Dorcasuwi)
- LinkedIn: [Uwimbabazi Dorcas](https://www.linkedin.com/in/uwimbabazi-dorcas-956a5a226/)

(back to top)

## 🔭 Future Features
- Add design for User Interface
- Add tests

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/DianaBeki/Ruby-TDD-solver/issues).

(back to top)

## ⭐️ Show your support

If you like this project give ⭐️

(back to top)

## 🙏 Acknowledgments

We would like to express my gratitude to Microverse for initiating the idea behind this project.

(back to top)

## 📝 License

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

(back to top)