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

https://github.com/faranoshamini/tdd_project

A ruby project with methods such as Factorial, ReverseString, FizzBuzz build on TDD approach
https://github.com/faranoshamini/tdd_project

gem gemfile rspec ruby

Last synced: 2 months ago
JSON representation

A ruby project with methods such as Factorial, ReverseString, FizzBuzz build on TDD approach

Awesome Lists containing this project

README

        

logo

# 📗 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)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Author](#author)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 TDD PROJECT

**TDD_Project**
> A ruby project with methods such as Factorial, ReverseString, FizzBuzz build on TDD approach

## 🛠 Built With

### Tech Stack

Backend

### Key Features

> [Solver]
- factorial method
- reverse method
- fizzbuzz method

(back to top)

## 🚀 Live Demo

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

- A Desktop or Laptop Computer running on with Windows, Mac OS or Linux operating system.
- Ruby installed on the Computer

### Setup

Clone this repository to your desired folder:

- `git clone https://github.com/NahnahAJ/OOP-school-library.git` if your're using https or git
- `[email protected]:NahnahAJ/OOP-school-library.git` if you prefer ssh and hit enter.
- create a directory in your preferred location (e.g in the Desktop or Document directory)

### Install

Install this project with:

- Dependencies _(a packet manager is required)_: then you run the command `npm install` in the terminal

### Usage

To run the project, execute the following command:

- `ruby -the name of the file-`
- This will run the project in the terminal in the specified directory

### Run tests

To run tests, run the following command:

- `npm run test`
- This will run all tests on your local machine

(back to top)

## 👥 Authors
In this project we implement a class with some methods using test-driven development (TDD).

> I was the sole collaborator in this project.

👤 **Faranosh Amini**

- GitHub: [@githubhandle](https://github.com/FaranoshAmini)
- Twitter: [@twitterhandle](https://twitter.com/Faranosh_Amini)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/faranosh-amini-9b925b23a/)

👤 **Nahnah Ahjuwah**

- GitHub: [@NahnahAJ](https://github.com/NahnahAJ)
- Twitter: [@NahnahAhjuwah](https://https://twitter.com/NahnahAhjuwah)
- LinkedIn: [Felicia-Awuah](https://www.linkedin.com/in/felicia-awuah-gyedua/)

(back to top)

## 🔭 Future Features

> To be added later

(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

> If you like this project then kindly give me a star ⭐️ in the project repository.

(back to top)

## 🙏 Acknowledgments & Attribution

- I would like to thank Microverse.
- Hat tip to anyone whose code was used
- Inspiration
- etc

(back to top)

## 📝 License

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

(back to top)