Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

In this project we implement a Solver class with some methods (factorial, reverse and fizzbuzz), by doing test-driven development (TDD). Remember that we write tests first and then the code.
https://github.com/mozameljawad/tdd-project

rspec ruby unit-testing

Last synced: 4 days ago
JSON representation

In this project we implement a Solver class with some methods (factorial, reverse and fizzbuzz), by doing test-driven development (TDD). Remember that we write tests first and then the code.

Awesome Lists containing this project

README

        

# TDD-project

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

# 📖 [TDD-project]

> In this project we implement a Solver class with some methods (factorial, reverse and fizzbuzz), by doing test-driven development (TDD). Remember that we write tests first and then the code.

## 🛠 Built With

### Tech Stack

- Ruby

### Key Features

- **test-driven development (TDD)**

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

- ruby installed in your machine
- gem install rspec
- Rubocop

### Setup

Clone this repository to your desired folder:

git clone https://github.com/MozamelJawad/TDD-project.git

### Install

Install this project with:

- git clone https://github.com/MozamelJawad/TDD-project.git
- cd TDD-project

### Usage

To run the project, execute the following command:
- ruby -r "file location" -e "create class instance; command1; command2; ..."

### Deployment

You can deploy this project using:
- ruby solver.rb
- rspec spec

(back to top)

## 👥 Authors

👤 **Mozamel Jawad**

- GitHub: [@MozamelJawad](https://github.com/MozamelJawad)

👤 **Rida Ajroudi**

- GitHub: [@AjroudiRida](https://github.com/ajroudirida)

(back to top)

## 🔭 Future Features

- Add the console menu
- add more tests

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support
If you like this project give it a star!

(back to top)

## 🙏 Acknowledgments

I would like to thank my coding partner and Microverse team

(back to top)

## 📝 License

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

(back to top)