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

https://github.com/shafiuyushawu/tdd-ruby

TDD-Project which provides collection classes with methods that seek to solve problems including finding the factorial of a number, return string with its reverse form and solving fizzbuzz puzzles.
https://github.com/shafiuyushawu/tdd-ruby

classess rspec-testing rubocop ruby

Last synced: about 1 year ago
JSON representation

TDD-Project which provides collection classes with methods that seek to solve problems including finding the factorial of a number, return string with its reverse form and solving fizzbuzz puzzles.

Awesome Lists containing this project

README

          

TDD Project

# πŸ“—Table of Contents

- [πŸ“– School-Library](#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)

# πŸ“– [TDD-Project]

**[TDD-Project]** provides collection classes with methods that seek to solve problems including finding the factorial of a number, return string with its reverse form and solving fizzuzz puzzles.

## πŸ›  Built With

### Tech Stack

Client

Server

Database

### Key Features

- **Have a factorial method**
- **Have a Solver Class**
- **Have a reverse method**

(back to top)

## Getting Started

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

### Prerequisites

> You need the following tools be installed in your computer:

> - [Git](https://www.linode.com/docs/guides/how-to-install-git-on-linux-mac-and-windows/)
> - [Ruby](https://github.com/microverseinc/curriculum-ruby/blob/main/simple-ruby/articles/ruby_installation_instructions.md)
> - IDE
> - Etc

### Setup

Clone this repository to your desired folder:

```sh
cd my-prefered-folder

git clone https://github.com/shafiuyushawu/TDD-Ruby.git

```

### Install

Install this project with:

```sh
cd TDD-Ruby

bundle install
```

### Usage

To run the project, execute the following command:

```sh
ruby solver.rb
```

### Run tests

To run tests, run the following command:

```sh
rspec spec/
```

## πŸ‘₯ Authors

πŸ‘€ **Shafiu Ibn Yushawu**

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

πŸ‘€ **Nicholas Kwamena Amissah**

- GitHub: [Nicholas Amissah](https://github.com/atok624)
- Twitter: [Nicholas Amissah](https://twitter.com/MysticalAmissah)
- LinkedIn: [Nicholas Amissah](https://www.linkedin.com/in/nicholas-amissah-153b09154)

(back to top)

## πŸ”­ Future Features

- **[Prepare base Decorator]**
- **Turn Person class to Nameable]**
- **[Prepare CapitalizeDecorator and TrimmerDecorator]**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/shafiuyushawu/school-liabrary/issues).

## ⭐️ Show your support

Give a ⭐ if you like this project!

## πŸ™ Acknowledgments

* Thanks to the Microverse team for the great curriculum.

## πŸ“ License

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

(back to top)